Changed SOLARIS to SunOS

SVN revision: 1659
This commit is contained in:
2006-02-17 19:47:39 +00:00
parent 01b53a2b55
commit e0876ca9cd
+1 -5
View File
@@ -39,11 +39,7 @@ RM = /bin/rm -f
OSTYPE = $(shell uname)
ifeq ($(OSTYPE),solaris)
OSTYPE=SOLARIS
endif
ifeq ($(OSTYPE),SOLARIS)
ifeq ($(OSTYPE),SunOS)
CC = gcc
LIBS += -lsocket -lnsl
CFLAGS =