diff options
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000..ecfe32b --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,9 @@ +# $Id$ +# Redirect BSD make to GNU gmake for convenience + +USE_GNU: + @gmake $(.TARGETS) + +$(.TARGETS): USE_GNU + +.PHONY: USE_GNU |