diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:53:47 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:53:47 +0000 |
commit | 3916c954e62d4f5923f1279201000723efa425d5 (patch) | |
tree | 7e17f7454fa1e5272787d42f299fbe1b99017da4 /benchmarks/Makefile | |
parent | ff416945695ca76ee9b231f83a740240f5901ace (diff) | |
download | pkgsrc-3916c954e62d4f5923f1279201000723efa425d5.tar.gz |
Added benchmarks/pipebench
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 e964d7f243b..696320bb63e 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2005/09/03 06:27:25 xtraeme Exp $ +# $NetBSD: Makefile,v 1.38 2005/09/03 06:53:48 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -27,6 +27,7 @@ SUBDIR+= nettest SUBDIR+= nsieve SUBDIR+= nttcp SUBDIR+= paranoia +SUBDIR+= pipebench SUBDIR+= postal SUBDIR+= postmark SUBDIR+= randread |