summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: 91a6931638efc96a60e51a0965803f8c2299ca2e (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
# $NetBSD: Makefile,v 1.18 2000/12/12 01:30:39 wiz Exp $
#

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"