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