--- makefile.olf Sun Jul 15 00:02:19 2001 +++ makefile Sun Jul 15 00:05:18 2001 @@ -16,7 +16,7 @@ # in /usr/local/netperf or /opt/netperf # #NETPERF_HOME = /usr/local/netperf -NETPERF_HOME = /opt/netperf +NETPERF_HOME = /usr/share/netperf # The compiler on your system might be somewhere else, and/or have # a different name. @@ -85,7 +85,7 @@ # sending data using sendfile() instead of send(). LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\"" -CFLAGS = -Ae -O -D$(LOG_FILE) -DUSE_PSTAT -DHAVE_SENDFILE +#CFLAGS = -DDO_UNIX # Some platforms, and some options, require additional libraries. # you can add to the "LIBS =" line to accomplish this. if you find