DragonFly BSD support

This commit is contained in:
Andrew Pamment
2017-10-18 17:18:28 +10:00
parent 1b0c1a6906
commit 87601156c6
6 changed files with 58 additions and 41 deletions

View File

@@ -1,5 +1,8 @@
OS := $(shell uname -s)
ifeq ($(OS), DragonFly)
MAKEFILE=Makefile.freebsd
endif
ifeq ($(OS), FreeBSD)
MAKEFILE=Makefile.freebsd
endif