diff --git a/BSDmakefile b/BSDmakefile index 5e7470c..e4a3f1c 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -1,6 +1,6 @@ -USE_GNU: +all: @gmake $(.TARGETS) -$(.TARGETS): USE_GNU +$(.TARGETS): all -.PHONY: USE_GNU +.PHONY: all