aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 18:13:21 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 18:13:21 -0400
commit3f3d80fb7c2117173c81cc1f95903c9bb2657e61 (patch)
tree95c955f9e0be9ddf5f18bcf2e3791abd743efbcc /Makefile
parent66636e9ea1d56d5215307152895a0fff7ae26541 (diff)
downloadapple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.tar.gz
apple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.tar.zst
apple_cmds-3f3d80fb7c2117173c81cc1f95903c9bb2657e61.zip
file_cmds: Fix ipcs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..6e27c7b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,17 @@
+SUBDIR= adv_cmds \
+ basic_cmds \
+ bootstrap_cmds \
+ developer_cmds \
+ diskdev_cmds \
+ doc_cmds \
+ file_cmds \
+ mail_cmds \
+ misc_cmds \
+ network_cmds \
+ patch_cmds \
+ remote_cmds \
+ shell_cmds \
+ system_cmds \
+ text_cmds
+
+.include <bsd.subdir.mk>