summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-18 19:35:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-18 19:35:00 +0100
commitfa008192cb2c9885ec412f584051f66c2da63908 (patch)
treea9dc221cb968599e2f8329ba4f022d4662981091 /mk
parent163e7965f05a281d653a9eaa72161172e35fd5fc (diff)
start initial MirBSD support
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index bf10ae5e2..eadf61d65 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -231,6 +231,9 @@ endif
ifeq (${OStype},FreeBSD)
@echo ADK_HOST_FREEBSD=y > $(TOPDIR)/.defconfig
endif
+ifeq (${OStype},MirBSD)
+ @echo ADK_HOST_MIRBSD=y > $(TOPDIR)/.defconfig
+endif
@if [ ! -z "$(TARGET)" ];then \
grep "^config" target/Config.in \
|grep -i "$(TARGET)" \