summaryrefslogtreecommitdiffstats
path: root/BSDmakefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-10 18:51:05 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-10 18:51:05 +0000
commit5def1de5056a3d0072e59d3ffa1e0c133174f519 (patch)
treec747c9ce0ab01c5e0dc4e1f4c3a753054a76b38a /BSDmakefile
parent40a70cf67835e23625f4743650278ff9357ac3de (diff)
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
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/BSDmakefile b/BSDmakefile
new file mode 100644
index 000000000..f6f0cadf4
--- /dev/null
+++ b/BSDmakefile
@@ -0,0 +1,2 @@
+world ${.TARGETS}:
+ @gmake $@