aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/core.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core.mk b/core/core.mk
index 4b292ee..f5ada0b 100644
--- a/core/core.mk
+++ b/core/core.mk
@@ -64,6 +64,8 @@ else ifeq ($(UNAME_S),NetBSD)
PLATFORM = netbsd
else ifeq ($(UNAME_S),OpenBSD)
PLATFORM = openbsd
+else ifeq ($(UNAME_S),DragonFly)
+PLATFORM = dragonfly
else
$(error Unable to detect platform. Please open a ticket with the output of uname -a.)
endif