Browse Source

core.mk: Support DragonFlyBSD as a new platform

Jean-Sébastien Pédron 9 years ago
parent
commit
355fb500af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      core/core.mk

+ 2 - 0
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