aboutsummaryrefslogtreecommitdiff
path: root/bin/pwd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwd/Makefile')
-rw-r--r--bin/pwd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile
new file mode 100644
index 000000000000..2a623a16b3ae
--- /dev/null
+++ b/bin/pwd/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+PACKAGE=runtime
+PROG= pwd
+
+.include <bsd.prog.mk>