diff options
author | thorpej <thorpej> | 2001-07-27 23:34:38 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2001-07-27 23:34:38 +0000 |
commit | 6bcf5820c16f9aa65a7e7bfc7f6fc420bb13e607 (patch) | |
tree | 49dde7c1fe42c4cbdf1f6734d9ef95502b4b54b3 /benchmarks | |
parent | 233b5933e0403712707bca3344b8ca878a143082 (diff) | |
download | pkgsrc-6bcf5820c16f9aa65a7e7bfc7f6fc420bb13e607.tar.gz |
Add netpipe.
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 0c09f3a67b5..8618f32f127 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/07/17 07:02:55 garbled Exp $ +# $NetBSD: Makefile,v 1.24 2001/07/27 23:34:38 thorpej Exp $ # COMMENT= Benchmarking tools @@ -19,6 +19,7 @@ SUBDIR+= iozone SUBDIR+= linpack-bench SUBDIR+= lmbench SUBDIR+= netio +SUBDIR+= netpipe SUBDIR+= nsieve SUBDIR+= paranoia SUBDIR+= postmark |