blob: ea13beef219bb25e17aac5fe4f80163eea902512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|