*** makefile Tue May 23 22:32:16 1995
--- makefile.unx Thu May 26 13:44:29 1994
***************
*** 25,31 ****
# -DUSE_SELECT to use select() system call
# -DUSE_NBIO to use non-blocking read()
# must set byte order for targets "sysv" and "bsd"
# BYTEORDER= -DHIGHFIRST
--- 25,31 ----
# -DUSE_SELECT to use select() system call
# -DUSE_NBIO to use non-blocking read()
! CFLAGS= -O -DUNIX -DPORTABLE $(BYTEORDER)
# must set byte order for targets "sysv" and "bsd"
# BYTEORDER= -DHIGHFIRST
***************
*** 33,39 ****
CC = cc
LD = cc # Link command
LDFLAGS =
! CPP = $(CC) $(CFLAGS) -E
DBG = -O
# uncomment this for old versions of make
--- 33,39 ----
CC = cc
LD = cc # Link command
LDFLAGS =
! CPP = $(CC) -E
DBG = -O
# uncomment this for old versions of make
***************
*** 123,129 ****