diff options
author | tron <tron> | 2001-04-17 12:26:17 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-17 12:26:17 +0000 |
commit | 5783535dbb0d38c490ce0b250a20ceb105b27a54 (patch) | |
tree | 99add52d3c8c68acffd0833c3db007e9c0fb2b80 /benchmarks | |
parent | 0211e10e157c3da633a1e3ad30871121ffcd2b50 (diff) | |
download | pkgsrc-5783535dbb0d38c490ce0b250a20ceb105b27a54.tar.gz |
Add and enable "netio".
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 8245fea7ab4..296cc6e748e 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/04/17 11:57:41 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/04/17 12:26:17 tron Exp $ # COMMENT= Benchmarking tools @@ -17,6 +17,7 @@ SUBDIR+= httperf SUBDIR+= iozone SUBDIR+= linpack SUBDIR+= lmbench +SUBDIR+= netio SUBDIR+= nsieve SUBDIR+= paranoia SUBDIR+= postmark |