aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 09:23:47 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 09:23:47 -0400
commit8199e6fb5d6fc34fdb82786405185ea11856dd48 (patch)
tree0dfa7952c3dc29d1a9db850b5a47877adbecd8f4 /mail_cmds/Makefile
parentad3d9102dbec58bdd72fffe933081e8d258e962d (diff)
downloadapple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.tar.gz
apple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.tar.zst
apple_cmds-8199e6fb5d6fc34fdb82786405185ea11856dd48.zip
mail_cmds: All compiling
Diffstat (limited to 'mail_cmds/Makefile')
-rw-r--r--mail_cmds/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail_cmds/Makefile b/mail_cmds/Makefile
index 127d0a7..d7ac950 100644
--- a/mail_cmds/Makefile
+++ b/mail_cmds/Makefile
@@ -1,5 +1,7 @@
-Project = mail_cmds
+SUBDIR= biff \
+ comsat \
+ from \
+ mail \
+ msgs
-SubProjects = biff comsat from mail msgs
-
-include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
+.include <bsd.subdir.mk>