aboutsummaryrefslogtreecommitdiffstats
path: root/BSDmakefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-10 18:51:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-10 18:51:05 +0000
commit8ef20671cb80543c88ee68e6f3609cfcc3113559 (patch)
treec747c9ce0ab01c5e0dc4e1f4c3a753054a76b38a /BSDmakefile
parent9e1b3762d55a55fbc715217a07a5121460f21471 (diff)
downloadmaster-187ad058-8ef20671cb80543c88ee68e6f3609cfcc3113559.tar.gz
master-187ad058-8ef20671cb80543c88ee68e6f3609cfcc3113559.tar.bz2
master-187ad058-8ef20671cb80543c88ee68e6f3609cfcc3113559.zip
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 0000000000..f6f0cadf46
--- /dev/null
+++ b/BSDmakefile
@@ -0,0 +1,2 @@
+world ${.TARGETS}:
+ @gmake $@