[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / benchmarks

Annotation of ports/benchmarks/Makefile, Revision 1.17

1.17    ! ajacouto    1: # $OpenBSD: Makefile,v 1.16 2010/05/05 14:09:23 stephan Exp $
1.1       niklas      2: # $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
                      3: #
                      4:
1.15      espie       5:      SUBDIR =
1.12      ajacouto    6:      SUBDIR += blogbench
1.3       joey        7:      SUBDIR += bonnie
1.10      naddy       8:      SUBDIR += bonnie++
1.3       joey        9:      SUBDIR += bytebench
1.16      stephan    10:      SUBDIR += httperf
1.3       joey       11:      SUBDIR += iozone
                     12:      SUBDIR += lmbench
1.5       jakob      13:      SUBDIR += netperf
1.4       brad       14:      SUBDIR += netpipe
1.9       jolan      15:      SUBDIR += netstrain
1.6       avsm       16:      SUBDIR += pear-Benchmark
1.8       naddy      17:      SUBDIR += randread
1.14      sthen      18:      SUBDIR += siege
1.11      mbalmer    19:      SUBDIR += smtp-benchmark
1.13      sthen      20:      SUBDIR += sysbench
                     21:      SUBDIR += sysbench,mysql
1.17    ! ajacouto   22:      SUBDIR += sysbench,pgsql
1.3       joey       23:      SUBDIR += tcpblast
1.7       naddy      24:      SUBDIR += ubench
1.3       joey       25:      SUBDIR += xengine
1.1       niklas     26:
                     27: .include <bsd.port.subdir.mk>