diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/iperf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7b686398ae17..58202d499db3 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -16,6 +16,7 @@ SUBDIR += httperf SUBDIR += iozone SUBDIR += iozone21 + SUBDIR += iperf SUBDIR += lmbench SUBDIR += nbench SUBDIR += netio diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index d88e5442cb75..3b7dc4d66145 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -7,7 +7,7 @@ PORTNAME= iperf PORTVERSION= 2.0.2 -CATEGORIES= net ipv6 +CATEGORIES= benchmarks ipv6 MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |