blob: 8dab3d90f7286e6db2c52d6e60f7cd79c1125a5d (
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
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.28 2003/03/19 17:25:10 jschauma Exp $
#
COMMENT= Benchmarking tools
PKG_MISC_TARGETS?= benchmark results
SUBDIR+= benchfft
SUBDIR+= bonnie
SUBDIR+= bonnie++
SUBDIR+= bytebench
SUBDIR+= dhrystone
SUBDIR+= fib
SUBDIR+= flops
SUBDIR+= hbench
SUBDIR+= heapsort
SUBDIR+= hint
SUBDIR+= httperf
SUBDIR+= iozone
SUBDIR+= kttcp
SUBDIR+= linpack-bench
SUBDIR+= lmbench
SUBDIR+= netio
SUBDIR+= netpipe
SUBDIR+= nsieve
SUBDIR+= nttcp
SUBDIR+= paranoia
SUBDIR+= postmark
SUBDIR+= randread
SUBDIR+= skampi
SUBDIR+= ttcp
SUBDIR+= whetstone
SUBDIR+= xengine
.include "../mk/bsd.pkg.subdir.mk"
|