18 lines
432 B
Makefile
18 lines
432 B
Makefile
# $NetBSD: Makefile,v 1.7 1998/09/05 22:05:39 garbled Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp
|
|
#
|
|
|
|
SUBDIR += bonnie
|
|
SUBDIR += bytebench
|
|
SUBDIR += dhrystone
|
|
SUBDIR += hbench
|
|
SUBDIR += iozone
|
|
SUBDIR += linpack
|
|
SUBDIR += lmbench
|
|
# SUBDIR += netperf
|
|
SUBDIR += paranoia
|
|
# SUBDIR += tcpblast
|
|
SUBDIR += whetstone
|
|
# SUBDIR += xengine
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|