From 355fb500afcb523142f7fbcc93d0e510c9f1dbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 8 Sep 2015 10:24:04 +0200 Subject: core.mk: Support DragonFlyBSD as a new platform --- core/core.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/core.mk') 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 -- cgit v1.2.3