summaryrefslogtreecommitdiff
path: root/bin/pwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwd/Makefile')
-rw-r--r--bin/pwd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
new file mode 100644
index 000000000000..f47d733d62d9
--- /dev/null
+++ b/bin/pwd/Makefile
@@ -0,0 +1,5 @@
+# @(#)Makefile 5.2 (Berkeley) 5/11/90
+
+PROG= pwd
+
+.include <bsd.prog.mk>