diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 00000000..009c5aaa --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,6 @@ +all: .DEFAULT + +.DEFAULT: + gmake ${.MAKEFLAGS} ${.TARGETS} + +.PHONY: all