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:
Felix Fietkau
2006-10-10 18:51:05 +00:00
parent 9e1b3762d5
commit 8ef20671cb

2
BSDmakefile Normal file
View File

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