diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
commit | 8aef7497d0eec1d835e2ed48b00adda3c08b9dd2 (patch) | |
tree | 6fee416550baab761a1510d5883082ac467e129d /benchmarks/Makefile | |
parent | dc697edee9afb8fc567671721b5665f8384c40b5 (diff) | |
download | ports-8aef7497d0eec1d835e2ed48b00adda3c08b9dd2.tar.gz ports-8aef7497d0eec1d835e2ed48b00adda3c08b9dd2.zip |
- Move iperf from net to benchmarks
PR: ports/81201
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=135811
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 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 |