summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: 8245fea7ab4b086ab6b9ad33fb339be802a8377d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.20 2001/04/17 11:57:41 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+=	nsieve
SUBDIR+=	paranoia
SUBDIR+=	postmark
SUBDIR+=	ttcp
SUBDIR+=	whetstone
SUBDIR+=	xengine

.include "../mk/bsd.pkg.subdir.mk"