summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-21 01:14:06 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-21 01:14:06 +0000
commit9e8b88f9f16a093f2d6d3a95228c71685dbc6b47 (patch)
tree8908b58d69e26f02774c26c4cb43af42649d8358 /benchmarks/netperf/files/patch-makefile
parentUpgrade to 2.2pl2. Almost of IPv6 patch was merged but netperf still (diff)
Fix typo in patch-makefile. IPv6 was not enabled.
Notes
Notes: svn path=/head/; revision=73693
Diffstat (limited to '')
-rw-r--r--benchmarks/netperf/files/patch-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/netperf/files/patch-makefile b/benchmarks/netperf/files/patch-makefile
index f211ead8bf16..43b313a3c476 100644
--- a/benchmarks/netperf/files/patch-makefile
+++ b/benchmarks/netperf/files/patch-makefile
@@ -17,7 +17,7 @@
LOG_FILE=DEBUG_LOG_FILE="\"/tmp/netperf.debug\""
-CFLAGS = -Ae -O -D$(LOG_FILE) -DUSE_PSTAT -DHAVE_SENDFILE -DDO_FIRST_BURST
+CFLAGS = %CFLAGS% -D$(LOG_FILE) -DDO_FIRST_BURST #-DHAVE_SENDFILE
-+CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DO_IPV6
++CFLAGS+= -DHISTOGRAM -DDO_UNIX -DDO_1644 -DDO_IPV6
# Some platforms, and some options, require additional libraries.
# you can add to the "LIBS =" line to accomplish this. if you find