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