From: nbd 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/?p=openwrt.git;a=commitdiff_plain;h=5def1de5056a3d0072e59d3ffa1e0c133174f519;hp=40a70cf67835e23625f4743650278ff9357ac3de 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 $@