add BSDmakefile as a wrapper which calls gmake
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 18:51:05 +0000 (18:51 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 18:51:05 +0000 (18:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5029 3c298f89-4303-0410-b956-a3cf2f4a3e73

BSDmakefile [new file with mode: 0644]

diff --git a/BSDmakefile b/BSDmakefile
new file mode 100644 (file)
index 0000000..f6f0cad
--- /dev/null
@@ -0,0 +1,2 @@
+world ${.TARGETS}:
+       @gmake $@