summaryrefslogtreecommitdiff
path: root/bin/chmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chmod/Makefile')
-rw-r--r--bin/chmod/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
new file mode 100644
index 00000000000..eee50579238
--- /dev/null
+++ b/bin/chmod/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.6 1995/03/21 09:02:06 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+
+PROG= chmod
+
+.include <bsd.prog.mk>