From 097e1357e447f847ec912e6cb8ccc94a5179d4f0 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 10 Oct 2006 18:51:05 +0000
Subject: [PATCH] add BSDmakefile as a wrapper which calls gmake

SVN-Revision: 5029
---
 openwrt/BSDmakefile | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 openwrt/BSDmakefile

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 $@
-- 
GitLab