1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-29 02:25:36 +02:00

Add OpenBSD option to Makefile

This commit is contained in:
Henrique N. Lengler 2015-03-15 16:27:00 -03:00
parent 090d3339a0
commit dc5a8d44e5

View File

@ -24,6 +24,9 @@ endif
ifeq ($(UNAME_S), FreeBSD)
-include $(CFG_DIR)/systems/FreeBSD.mk
endif
ifeq ($(UNAME_S), OpenBSD)
-include $(CFG_DIR)/systems/FreeBSD.mk
endif
ifeq ($(UNAME_S), Darwin)
-include $(CFG_DIR)/systems/Darwin.mk
endif