From: Felix Fietkau Date: Tue, 10 Oct 2006 18:51:05 +0000 (+0000) Subject: add BSDmakefile as a wrapper which calls gmake X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=097e1357e447f847ec912e6cb8ccc94a5179d4f0;p=openwrt%2Fstaging%2Fwigyori.git add BSDmakefile as a wrapper which calls gmake SVN-Revision: 5029 --- diff --git a/openwrt/BSDmakefile b/openwrt/BSDmakefile new file mode 100644 index 0000000000..f6f0cadf46 --- /dev/null +++ b/openwrt/BSDmakefile @@ -0,0 +1,2 @@ +world ${.TARGETS}: + @gmake $@