summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: f6d7237d487ec50c03daddfde753dc6836b66587 (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
# $NetBSD: Makefile,v 1.15 2000/02/25 01:04:12 wiz Exp $
# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas 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 += iozone
    SUBDIR += linpack
    SUBDIR += lmbench
    SUBDIR += nsieve
    SUBDIR += paranoia
    SUBDIR += postmark
    SUBDIR += whetstone

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