summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/common/Makefile b/common/Makefile
index 2fc631d4..5730a479 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -1,8 +1,3 @@
-SUBDIR= bbs sys
+SUBDIR:= bbs sys
-all install clean:
- @for i in $(SUBDIR); do\
- cd $$i;\
- $(MAKE) $@;\
- cd -;\
- done
+.include <bsd.subdir.mk>