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

Annotation of ports/benchmarks/Makefile, Revision 1.5

1.5     ! jakob       1: # $OpenBSD: Makefile,v 1.4 1999/03/19 06:09:14 brad 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.3       joey       11:      SUBDIR += tcpblast
                     12:      SUBDIR += xengine
1.1       niklas     13:
                     14: .include <bsd.port.subdir.mk>