1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 14:37:46 +02:00

Fix compile for DragonFlyBSD

This commit is contained in:
Michael Neumann 2015-09-09 13:23:48 +02:00
parent f295352495
commit 2c3921a9fb

View File

@ -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