1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 02:36:37 +02:00

Merge pull request #351 from mneumann/fix_build_dragonfly

Fix compile for DragonFlyBSD
This commit is contained in:
JFreegman
2015-11-07 17:26:30 -05:00

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