diff options
author | thorpej <thorpej@pkgsrc.org> | 2001-07-27 23:34:38 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2001-07-27 23:34:38 +0000 |
commit | 082e437d08aebff767edd02842b8316c97fb9722 (patch) | |
tree | 49dde7c1fe42c4cbdf1f6734d9ef95502b4b54b3 /benchmarks/Makefile | |
parent | 105d0ab3633020c0b6505f8f61ea994d6e6a78a8 (diff) | |
download | pkgsrc-082e437d08aebff767edd02842b8316c97fb9722.tar.gz |
Add netpipe.
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 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 |