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
This commit is contained in:
nbd 2006-10-10 18:51:05 +00:00
parent 40a70cf678
commit 5def1de505

2
BSDmakefile Normal file
View file

@ -0,0 +1,2 @@
world ${.TARGETS}:
@gmake $@