blob: 939cb6b3e9402c59f7ef81c9949b7a65deb9dd20 (
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
|
# $NetBSD: Makefile,v 1.22 2001/04/27 22:39:50 jtb 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-bench
SUBDIR+= lmbench
SUBDIR+= netio
SUBDIR+= nsieve
SUBDIR+= paranoia
SUBDIR+= postmark
SUBDIR+= ttcp
SUBDIR+= whetstone
SUBDIR+= xengine
.include "../mk/bsd.pkg.subdir.mk"
|