diff options
-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 |