14 lines
312 B
Makefile
14 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.1 1997/11/27 23:44:37 niklas Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
|
|
#
|
|
|
|
SUBDIR += bonnie
|
|
# SUBDIR += bytebench
|
|
SUBDIR += iozone
|
|
SUBDIR += lmbench
|
|
# SUBDIR += netperf
|
|
SUBDIR += tcpblast
|
|
SUBDIR += xengine
|
|
|
|
.include <bsd.port.subdir.mk>
|