diff --git a/src/BSDmakefile b/src/BSDmakefile new file mode 100644 index 0000000..e4a3f1c --- /dev/null +++ b/src/BSDmakefile @@ -0,0 +1,6 @@ +all: + @gmake $(.TARGETS) + +$(.TARGETS): all + +.PHONY: all diff --git a/tests/check/BSDmakefile b/tests/check/BSDmakefile new file mode 100644 index 0000000..e4a3f1c --- /dev/null +++ b/tests/check/BSDmakefile @@ -0,0 +1,6 @@ +all: + @gmake $(.TARGETS) + +$(.TARGETS): all + +.PHONY: all diff --git a/tests/testproxy/BSDmakefile b/tests/testproxy/BSDmakefile new file mode 100644 index 0000000..e4a3f1c --- /dev/null +++ b/tests/testproxy/BSDmakefile @@ -0,0 +1,6 @@ +all: + @gmake $(.TARGETS) + +$(.TARGETS): all + +.PHONY: all