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

Annotation of ports/benchmarks/Makefile, Revision 1.6

1.6     ! avsm        1: # $OpenBSD: Makefile,v 1.5 1999/07/08 20:07:04 jakob 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
                      6:      SUBDIR += bytebench
                      7:      SUBDIR += iozone
                      8:      SUBDIR += lmbench
1.5       jakob       9:      SUBDIR += netperf
1.4       brad       10:      SUBDIR += netpipe
1.6     ! avsm       11:      SUBDIR += pear-Benchmark
1.3       joey       12:      SUBDIR += tcpblast
                     13:      SUBDIR += xengine
1.1       niklas     14:
                     15: .include <bsd.port.subdir.mk>