diff --git a/Makefile b/Makefile index c60754b2..07555f44 100644 --- a/Makefile +++ b/Makefile @@ -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 =