diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 18:51:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 18:51:05 +0000 |
commit | 8ef20671cb80543c88ee68e6f3609cfcc3113559 (patch) | |
tree | c747c9ce0ab01c5e0dc4e1f4c3a753054a76b38a /BSDmakefile | |
parent | 9e1b3762d55a55fbc715217a07a5121460f21471 (diff) | |
download | upstream-8ef20671cb80543c88ee68e6f3609cfcc3113559.tar.gz upstream-8ef20671cb80543c88ee68e6f3609cfcc3113559.tar.bz2 upstream-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-- | BSDmakefile | 2 |
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 $@ |