Let FreeBSD has its own build dir

This commit is contained in:
Li-Wen Hsu 2014-11-06 16:16:28 +08:00
parent 76fa17e19c
commit 155b256ac3

View File

@ -1,6 +1,8 @@
PLATFORM := $(shell uname -s)
ifeq ($(PLATFORM),Darwin)
BUILD_DIR=darwin
else ifeq ($(PLATFORM),FreeBSD)
BUILD_DIR=freebsd
else
DISTRO := $(shell if [ -f "/etc/redhat-release" ]; then echo "Centos"; fi)
ifeq ($(DISTRO),Centos)