summaryrefslogtreecommitdiffstats
path: root/ching/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ching/Makefile')
-rw-r--r--ching/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ching/Makefile b/ching/Makefile
index ab7834fb..68f38c00 100644
--- a/ching/Makefile
+++ b/ching/Makefile
@@ -1,5 +1,11 @@
# $NetBSD: Makefile,v 1.1 2005/06/30 13:30:33 perry Exp $
SUBDIR= ching castching printching
+TOPTARGETS= all clean install
-.include <bsd.subdir.mk>
+$(TOPTARGETS): $(SUBDIR)
+
+$(SUBDIR):
+ $(MAKE) -C $@ $(MAKECMDGOALS)
+
+.PHONY: $(TOPTARGETS) $(SUBDIR)