summaryrefslogtreecommitdiffstats
path: root/canfield/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'canfield/Makefile')
-rw-r--r--canfield/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/canfield/Makefile b/canfield/Makefile
index c656887f..1a099570 100644
--- a/canfield/Makefile
+++ b/canfield/Makefile
@@ -2,5 +2,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= canfield cfscores
+TOPTARGETS= all clean install
-.include <bsd.subdir.mk>
+$(TOPTARGETS): $(SUBDIR)
+
+$(SUBDIR):
+ $(MAKE) -C $@ $(MAKECMDGOALS)
+
+.PHONY: $(TOPTARGETS) $(SUBDIR)