fix mac brew, use libressl and homebrew

This commit is contained in:
Jeff 2016-05-04 12:12:24 -04:00
parent 5e2dc14dd5
commit 00cfdc7d92
3 changed files with 45 additions and 1 deletions

View file

@ -14,7 +14,7 @@ USE_STATIC := no
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp
include Makefile.osx
include Makefile.homebrew
else ifeq ($(shell echo $(UNAME) | $(GREP) -c FreeBSD),1)
DAEMON_SRC += DaemonLinux.cpp
include Makefile.bsd