diff options
author | Marius Strobl <marius@FreeBSD.org> | 2019-04-09 20:03:34 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2019-04-09 20:03:34 +0000 |
commit | 66d5708670e59e465b9dd9052a422b72f6661a36 (patch) | |
tree | bc38fd66d60a5dc29571e646a363db26a289c10a | |
parent | 5fc6ea44d939683e94242a2821a3c4d8ef0a2cac (diff) | |
download | ports-66d5708670e59e465b9dd9052a422b72f6661a36.tar.gz ports-66d5708670e59e465b9dd9052a422b72f6661a36.zip |
Notes
-rw-r--r-- | benchmarks/netperf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 58ffaf58fc5f..11b48d91605f 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -14,11 +14,12 @@ GH_ACCOUNT= HewlettPackard #GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GH_TAGNAME= d566775bf -OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM OMNI SCTP SOCKETS +OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM INFO OMNI SCTP SOCKETS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} EXS_DESC= Enable ICSC async socket support HISTOGRAM_DESC= Enable histogram output +INFO_DESC= Enable installation of info documentation OMNI_DESC= Enable OMNI tests (disable for aio(4) support) SCTP_DESC= Enable SCTP support SOCKETS_DESC= Enable Unix Domain socket support @@ -29,7 +30,7 @@ CONFIGURE_ENV= "transform=" CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \ --enable-demo --enable-burst --enable-intervals -INFO= netperf +INFO_INFO= netperf EXS_CONFIGURE_ENABLE= exs HISTOGRAM_CONFIGURE_ENABLE= histogram |