summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac50884c..bc094260 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,8 @@ endif
ifeq ($(OSTYPE),Linux)
include make-linux.mk
endif
+
+ifeq ($(OSTYPE),FreeBSD)
+ include make-freebsd.mk
+endif
+