02e8ee6a47
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
26 lines
465 B
Makefile
26 lines
465 B
Makefile
# $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
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|