diff options
author | wiz <wiz> | 2011-02-28 18:39:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-28 18:39:07 +0000 |
commit | ed59b9e0f45525bbb3ca7b16b00e7734b0e2d7d9 (patch) | |
tree | d37360c65f8b244bbae51a96eff78134380777b0 /benchmarks | |
parent | d5c93ce92ce2024033463319e8ca0ab74c57a12f (diff) | |
download | pkgsrc-ed59b9e0f45525bbb3ca7b16b00e7734b0e2d7d9.tar.gz |
+ super_pi.
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 3565eb75525..ab9540b81bb 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2009/11/22 00:46:52 jym Exp $ +# $NetBSD: Makefile,v 1.44 2011/02/28 18:39:07 wiz Exp $ # COMMENT= Benchmarking tools @@ -35,6 +35,7 @@ SUBDIR+= postal SUBDIR+= postmark SUBDIR+= randread SUBDIR+= skampi +SUBDIR+= super_pi SUBDIR+= sysbench SUBDIR+= thrulay SUBDIR+= ttcp |