From 2c3921a9fb50cbac291922703c737ca61534d5a1 Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Wed, 9 Sep 2015 13:23:48 +0200 Subject: [PATCH] Fix compile for DragonFlyBSD --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 392b257..469876b 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ endif ifeq ($(UNAME_S), FreeBSD) -include $(CFG_DIR)/systems/FreeBSD.mk endif +ifeq ($(UNAME_S), DragonFly) + -include $(CFG_DIR)/systems/FreeBSD.mk +endif ifeq ($(UNAME_S), OpenBSD) -include $(CFG_DIR)/systems/FreeBSD.mk endif