diff --git a/Makefile b/Makefile index 3f73cdb..3b69687 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