diff options
author | agc <agc> | 2003-07-17 15:12:32 +0000 |
---|---|---|
committer | agc <agc> | 2003-07-17 15:12:32 +0000 |
commit | 4a3d78fc07f663a0981daf6e619bc43d8dacda17 (patch) | |
tree | 1b8a115aa0e017c19cb10e6019e46fcb1145c67a /benchmarks | |
parent | b5e94cffbba0b68d8525e13efd8d604a92e14462 (diff) | |
download | pkgsrc-4a3d78fc07f663a0981daf6e619bc43d8dacda17.tar.gz |
Add and enable dbench
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 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 |