aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/Makefile')
-rw-r--r--file_cmds/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/file_cmds/Makefile b/file_cmds/Makefile
new file mode 100644
index 0000000..44e87bb
--- /dev/null
+++ b/file_cmds/Makefile
@@ -0,0 +1,30 @@
+SUBDIR= chflags \
+ chmod \
+ chown \
+ cksum \
+ compress \
+ cp \
+ dd \
+ df \
+ du \
+ gzip \
+ ipcrm \
+ ipcs \
+ ln \
+ ls \
+ mkdir \
+ mkfifo \
+ mknod \
+ mtree \
+ mv \
+ pathchk \
+ pax \
+ rm \
+ rmdir \
+ rmt \
+ shar \
+ stat \
+ touch \
+ xinstall
+
+.include <bsd.subdir.mk>