blob: 20b6aef60f9dc682715aab7ecaa788629d7541c3 (
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
|
# $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"
|