diff options
author | tron <tron@pkgsrc.org> | 2001-04-17 12:26:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-17 12:26:17 +0000 |
commit | 195ff3b46f1e0375612c0478570af24feb510659 (patch) | |
tree | 99add52d3c8c68acffd0833c3db007e9c0fb2b80 /benchmarks/Makefile | |
parent | aacc4133fc49cdcef35f940a5357c3d0a5501678 (diff) | |
download | pkgsrc-195ff3b46f1e0375612c0478570af24feb510659.tar.gz |
Add and enable "netio".
Diffstat (limited to 'benchmarks/Makefile')
-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 |