diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
commit | 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /benchmarks | |
parent | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff) | |
download | pkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 91a6931638e..20b6aef60f9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,25 +1,26 @@ -# $NetBSD: Makefile,v 1.18 2000/12/12 01:30:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2001/02/16 15:51:47 wiz Exp $ # +COMMENT= Benchmarking tools PKG_MISC_TARGETS?= benchmark results - SUBDIR += benchfft - SUBDIR += bonnie - SUBDIR += bytebench - SUBDIR += dhrystone - SUBDIR += fib - SUBDIR += flops - SUBDIR += hbench - SUBDIR += heapsort - SUBDIR += hint - SUBDIR += httperf - SUBDIR += iozone - SUBDIR += linpack - SUBDIR += lmbench - SUBDIR += nsieve - SUBDIR += paranoia - SUBDIR += postmark - SUBDIR += whetstone - SUBDIR += xengine +SUBDIR+= benchfft +SUBDIR+= bonnie +SUBDIR+= bytebench +SUBDIR+= dhrystone +SUBDIR+= fib +SUBDIR+= flops +SUBDIR+= hbench +SUBDIR+= heapsort +SUBDIR+= hint +SUBDIR+= httperf +SUBDIR+= iozone +SUBDIR+= linpack +SUBDIR+= lmbench +SUBDIR+= nsieve +SUBDIR+= paranoia +SUBDIR+= postmark +SUBDIR+= whetstone +SUBDIR+= xengine .include "../mk/bsd.pkg.subdir.mk" |