diff options
author | garbled <garbled> | 2001-07-17 07:02:55 +0000 |
---|---|---|
committer | garbled <garbled> | 2001-07-17 07:02:55 +0000 |
commit | eaa5913bb1d2c0dd586fbf8b48e967f0ebe08caa (patch) | |
tree | f47a4e95bbc86c613460633a82d6812e3b5dc854 /benchmarks | |
parent | 429b3f8904089ebc31c3adacf7668baa436db896 (diff) | |
download | pkgsrc-eaa5913bb1d2c0dd586fbf8b48e967f0ebe08caa.tar.gz |
Enable bonnie++
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 939cb6b3e94..0c09f3a67b5 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/04/27 22:39:50 jtb Exp $ +# $NetBSD: Makefile,v 1.23 2001/07/17 07:02:55 garbled Exp $ # COMMENT= Benchmarking tools @@ -6,6 +6,7 @@ PKG_MISC_TARGETS?= benchmark results SUBDIR+= benchfft SUBDIR+= bonnie +SUBDIR+= bonnie++ SUBDIR+= bytebench SUBDIR+= dhrystone SUBDIR+= fib |