From 8ef20671cb80543c88ee68e6f3609cfcc3113559 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Oct 2006 18:51:05 +0000 Subject: add BSDmakefile as a wrapper which calls gmake git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5029 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- BSDmakefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 BSDmakefile diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000000..f6f0cadf46 --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,2 @@ +world ${.TARGETS}: + @gmake $@ -- cgit v1.2.3