openbsd-ports/benchmarks/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

26 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/02/01 17:00:12 espie Exp $
# $FreeBSD: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp $
#
SUBDIR =
SUBDIR += blogbench
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += bytebench
SUBDIR += iozone
SUBDIR += lmbench
SUBDIR += netperf
SUBDIR += netpipe
SUBDIR += netstrain
SUBDIR += pear-Benchmark
SUBDIR += randread
SUBDIR += siege
SUBDIR += smtp-benchmark
SUBDIR += sysbench
SUBDIR += sysbench,mysql
SUBDIR += tcpblast
SUBDIR += ubench
SUBDIR += xengine
.include <bsd.port.subdir.mk>