diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-03-16 22:55:02 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-03-16 22:55:02 +0000 |
commit | 5549bcdd9c24caf6d1d3f9ed8ba6aab9df0005d7 (patch) | |
tree | 9ae73a0bd21f0bfbb1133714b02cab571623ec15 /benchmarks | |
parent | 9a378fd5101017aada81a2a0489a2d44c3f14ec7 (diff) | |
download | pkgsrc-5549bcdd9c24caf6d1d3f9ed8ba6aab9df0005d7.tar.gz |
Add and enable httperf.
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 f6d7237d487..f4145830d94 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/02/25 01:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2000/03/16 22:55:02 thorpej Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -13,6 +13,7 @@ PKG_MISC_TARGETS?= benchmark results SUBDIR += hbench SUBDIR += heapsort SUBDIR += hint + SUBDIR += httperf SUBDIR += iozone SUBDIR += linpack SUBDIR += lmbench |