28 lines
495 B
Makefile
28 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.21 2001/04/17 12:26:17 tron 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+= netio
|
|
SUBDIR+= nsieve
|
|
SUBDIR+= paranoia
|
|
SUBDIR+= postmark
|
|
SUBDIR+= ttcp
|
|
SUBDIR+= whetstone
|
|
SUBDIR+= xengine
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|