20 lines
465 B
Makefile
20 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.10 2003/07/25 22:24:31 naddy Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
|
|
#
|
|
|
|
SUBDIR += bonnie
|
|
SUBDIR += bonnie++
|
|
SUBDIR += bytebench
|
|
SUBDIR += iozone
|
|
SUBDIR += lmbench
|
|
SUBDIR += netperf
|
|
SUBDIR += netpipe
|
|
SUBDIR += netstrain
|
|
SUBDIR += pear-Benchmark
|
|
SUBDIR += randread
|
|
SUBDIR += tcpblast
|
|
SUBDIR += ubench
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|