diff options
author | agc <agc@pkgsrc.org> | 2003-07-17 15:12:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-07-17 15:12:32 +0000 |
commit | 1031625be7b13cede75aad14657d962f524ef29d (patch) | |
tree | 1b8a115aa0e017c19cb10e6019e46fcb1145c67a /benchmarks/Makefile | |
parent | c455943ec61a8bf9cc5115e0d38819eb9a55ac1c (diff) | |
download | pkgsrc-1031625be7b13cede75aad14657d962f524ef29d.tar.gz |
Add and enable dbench
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 c7368f43fca..bf247a65119 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/04/11 17:08:46 cjep Exp $ +# $NetBSD: Makefile,v 1.30 2003/07/17 15:12:32 agc Exp $ # COMMENT= Benchmarking tools @@ -8,6 +8,7 @@ SUBDIR+= benchfft SUBDIR+= bonnie SUBDIR+= bonnie++ SUBDIR+= bytebench +SUBDIR+= dbench SUBDIR+= dhrystone SUBDIR+= fib SUBDIR+= flops |