aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/chmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/chmod/Makefile')
-rw-r--r--file_cmds/chmod/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/file_cmds/chmod/Makefile b/file_cmds/chmod/Makefile
new file mode 100644
index 0000000..0815c98
--- /dev/null
+++ b/file_cmds/chmod/Makefile
@@ -0,0 +1,7 @@
+PROG= chmod
+SRCS= chmod.c \
+ chmod_acl.c
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>