FreeBSD support

This commit is contained in:
orignal 2014-08-11 09:51:53 -04:00
parent f8ced20d1c
commit a2707c19b8
2 changed files with 29 additions and 1 deletions

View file

@ -1,8 +1,9 @@
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)
include Makefile.osx
else ifeq ($(UNAME), FreeBSD)
include Makefile.bsd
else
include Makefile.linux
endif