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

Annotation of ports/benchmarks/Makefile, Revision 1.10

1.10    ! naddy       1: # $OpenBSD: Makefile,v 1.9 2003/07/25 00:47:18 jolan Exp $
1.1       niklas      2: # $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
                      3: #
                      4:
1.3       joey        5:      SUBDIR += bonnie
1.10    ! naddy       6:      SUBDIR += bonnie++
1.3       joey        7:      SUBDIR += bytebench
                      8:      SUBDIR += iozone
                      9:      SUBDIR += lmbench
1.5       jakob      10:      SUBDIR += netperf
1.4       brad       11:      SUBDIR += netpipe
1.9       jolan      12:      SUBDIR += netstrain
1.6       avsm       13:      SUBDIR += pear-Benchmark
1.8       naddy      14:      SUBDIR += randread
1.3       joey       15:      SUBDIR += tcpblast
1.7       naddy      16:      SUBDIR += ubench
1.3       joey       17:      SUBDIR += xengine
1.1       niklas     18:
                     19: .include <bsd.port.subdir.mk>