diff options
author | pav <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
commit | d90118c00ded0f621a80256fe1404249936e3115 (patch) | |
tree | 2a4f3a4474f65b60d06ed57dea430f1db42b379e /benchmarks/Makefile | |
parent | 38e45c516ebb747915afd0de3ab80ce144874f3b (diff) | |
download | FreeBSD-ports-d90118c00ded0f621a80256fe1404249936e3115.zip FreeBSD-ports-d90118c00ded0f621a80256fe1404249936e3115.tar.gz |
- Move iperf from net to benchmarks
PR: ports/81201
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Repocopy by: marcus
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7b68639..58202d4 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 |