From a1a9720ad55c491814e8136ba7a727720abd2f92 Mon Sep 17 00:00:00 2001 From: chincheta0815 Date: Mon, 26 Dec 2016 09:17:52 +0100 Subject: [PATCH] Make it compile on sun targets. --- Makefile.sunos | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile.sunos diff --git a/Makefile.sunos b/Makefile.sunos new file mode 100644 index 0000000..f963b37 --- /dev/null +++ b/Makefile.sunos @@ -0,0 +1,9 @@ +CC = gcc +CFLAGS = -Wall -fPIC -O2 $(OPTS) $(INCLUDE) $(DEFINES) +LDFLAGS = -lpthread -lcrypto -ldl -lm -lrt -lsocket -lnsl -lz -L. + +OBJ = bin/i86pc-solaris +EXECUTABLE = bin/tinysvcmdns-i86pc-solaris + +include Makefile +