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: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8ef20671cb80543c88ee68e6f3609cfcc3113559;p=15.05%2Fopenwrt.git 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 --- diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000000..f6f0cadf46 --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,2 @@ +world ${.TARGETS}: + @gmake $@