Make it compile on sun targets.
This commit is contained in:
9
Makefile.sunos
Normal file
9
Makefile.sunos
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user