diff options
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 696320bb63e..90cbbf45f09 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/09/03 06:53:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/13 08:19:31 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -12,6 +12,7 @@ SUBDIR+= dbench SUBDIR+= dhrystone SUBDIR+= fib SUBDIR+= flops +SUBDIR+= forkbomb SUBDIR+= hbench SUBDIR+= heapsort SUBDIR+= hint |