187cf02903
With the normalization of magimail's Makefile, we can further simplify this logic. Integrate the WWW logic into GNUmakefile.common. Remove the custom `Makefile.sunos` files: just use a conditional in the Makefile. Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
CC:= cc
|
|
CFLAGS:= -std=gnu99 -I/opt/local/include
|
|
LIBS:= -L/opt/local/lib -lsqlite3 -lutil -lm -ldl -lssl -lcrypto -lssh -liconv -lmosquitto
|
|
|
|
DEPS_LUA_TARGET:= macosx
|
|
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
|
|
|
include GNUmakefile.common
|