diff options
author | garbled <garbled> | 1998-09-05 22:05:39 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-05 22:05:39 +0000 |
commit | ed3e8c7eb0174db33e116f1f51b870aa19148e05 (patch) | |
tree | af662d62f8976462b9fcab1b5983788cb4e522a9 /benchmarks | |
parent | 97d11e3a7cb797c2436e1aae7b86485fa9d6cabd (diff) | |
download | pkgsrc-ed3e8c7eb0174db33e116f1f51b870aa19148e05.tar.gz |
Add and enable hbench, note it in the docs.
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 3c972ab9c63..91d08b35469 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 1998/08/30 19:49:09 garbled Exp $ +# $NetBSD: Makefile,v 1.7 1998/09/05 22:05:39 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # SUBDIR += bonnie SUBDIR += bytebench SUBDIR += dhrystone + SUBDIR += hbench SUBDIR += iozone SUBDIR += linpack SUBDIR += lmbench |