6aecf48699
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
45 lines
769 B
Makefile
45 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.42 2007/08/13 08:12:42 rillig Exp $
|
|
#
|
|
|
|
COMMENT= Benchmarking tools
|
|
|
|
SUBDIR+= benchfft
|
|
SUBDIR+= blogbench
|
|
SUBDIR+= bonnie
|
|
SUBDIR+= bonnie++
|
|
SUBDIR+= bytebench
|
|
SUBDIR+= dbench
|
|
SUBDIR+= dhrystone
|
|
SUBDIR+= fib
|
|
SUBDIR+= flops
|
|
SUBDIR+= forkbomb
|
|
SUBDIR+= hbench
|
|
SUBDIR+= heapsort
|
|
SUBDIR+= hint
|
|
SUBDIR+= httperf
|
|
SUBDIR+= iozone
|
|
SUBDIR+= kttcp
|
|
SUBDIR+= linpack-bench
|
|
SUBDIR+= lmbench
|
|
SUBDIR+= nbench
|
|
SUBDIR+= netio
|
|
SUBDIR+= netperf
|
|
SUBDIR+= netpipe
|
|
SUBDIR+= nettest
|
|
SUBDIR+= nsieve
|
|
SUBDIR+= nttcp
|
|
SUBDIR+= paranoia
|
|
SUBDIR+= pipebench
|
|
SUBDIR+= postal
|
|
SUBDIR+= postmark
|
|
SUBDIR+= randread
|
|
SUBDIR+= skampi
|
|
SUBDIR+= sysbench
|
|
SUBDIR+= thrulay
|
|
SUBDIR+= ttcp
|
|
SUBDIR+= ubench
|
|
SUBDIR+= whetstone
|
|
SUBDIR+= xengine
|
|
SUBDIR+= zelibm
|
|
|
|
.include "../mk/misc/category.mk"
|