aboutsummaryrefslogtreecommitdiffstats
path: root/mail_cmds/Makefile
diff options
context:
space:
mode:
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>