# Solaris
#
LOCALCFLAGS := $(LOCALCFLAGS) -g -DSVR4 -DRel4 -DUCONTEXT -DPOSIXSIGNALS -DNOFLOCK -Dsolaris
CC=gcc
TAILLIBS := -lnsl -lsocket -lthread $(TAILLIBS)
