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

Annotation of ports/benchmarks/Makefile, Revision 1.3

1.3     ! joey        1: # $OpenBSD: Makefile,v 1.2 1997/12/02 01:40:57 angelos 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.1       niklas      9: #    SUBDIR += netperf
1.3     ! joey       10:      SUBDIR += tcpblast
        !            11:      SUBDIR += xengine
1.1       niklas     12:
                     13: .include <bsd.port.subdir.mk>