Index: BSDmakefile =================================================================== --- BSDmakefile (revision 0) +++ BSDmakefile (revision 0) @@ -0,0 +1,9 @@ +# $Id$ +# Redirect BSD make to GNU gmake for convenience + +USE_GNU: + @gmake $(.TARGETS) + +$(.TARGETS): USE_GNU + +.PHONY: USE_GNU Property changes on: BSDmakefile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native