From 5def1de5056a3d0072e59d3ffa1e0c133174f519 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 10 Oct 2006 18:51:05 +0000 Subject: [PATCH] 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 $@ -- 2.11.0