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 | 097e1357e447f847ec912e6cb8ccc94a5179d4f0 (patch) | |
tree | 39a342375c8bff7669d3c90f5316d10d4b9a30f4 | |
parent | 2dee3ea97bd7cc9e30cf486629b0eb6714c477af (diff) | |
download | upstream-097e1357e447f847ec912e6cb8ccc94a5179d4f0.tar.gz upstream-097e1357e447f847ec912e6cb8ccc94a5179d4f0.tar.bz2 upstream-097e1357e447f847ec912e6cb8ccc94a5179d4f0.zip |
add BSDmakefile as a wrapper which calls gmake
SVN-Revision: 5029
-rw-r--r-- | openwrt/BSDmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/BSDmakefile b/openwrt/BSDmakefile new file mode 100644 index 0000000000..f6f0cadf46 --- /dev/null +++ b/openwrt/BSDmakefile @@ -0,0 +1,2 @@ +world ${.TARGETS}: + @gmake $@ |