summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-04-25 06:41:44 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-04-25 06:41:44 -0700
commit05bfafbce8b00d9a99e6bf858f5c3d1645442952 (patch)
treee91f72b8af8208ec24c3c1acc0ea9875d6d2e994 /Makefile
parent9da79671976411072bbfd18ec1bb92507a0e63e2 (diff)
parentd32a26f780ce7222aa89af64abecf7044ce62327 (diff)
downloadinfinitytier-05bfafbce8b00d9a99e6bf858f5c3d1645442952.tar.gz
infinitytier-05bfafbce8b00d9a99e6bf858f5c3d1645442952.zip
Merge branch 'master' into edge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 95118621..144225fc 100644
--- a/Makefile
+++ b/Makefile
@@ -22,3 +22,7 @@ ifeq ($(OSTYPE),OpenBSD)
ZT_BUILD_PLATFORM=9
include make-bsd.mk
endif
+
+ifeq ($(OSTYPE),NetBSD)
+ include make-netbsd.mk
+endif