aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
blob: 4430da156649e7391d26b9046c9253120709869d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$
#

    SUBDIR += bonnie
    SUBDIR += bonnie++
    SUBDIR += bytebench
    SUBDIR += dbs
    SUBDIR += iozone
    SUBDIR += iozone21
    SUBDIR += lmbench
    SUBDIR += nbench
    SUBDIR += netperf
    SUBDIR += netpipe
    SUBDIR += polygraph
    SUBDIR += postal
    SUBDIR += postmark
    SUBDIR += pybench
    SUBDIR += rawio
    SUBDIR += tcpblast
    SUBDIR += tmetric
    SUBDIR += ubench
    SUBDIR += xengine

.include <bsd.port.subdir.mk>