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

Annotation of ports/benchmarks/Makefile, Revision 1.20

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