a32b3a5655
Consistent 4 character indentation of SUBDIR entries.
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.18 2000/12/12 01:30:39 wiz Exp $
|
|
#
|
|
|
|
PKG_MISC_TARGETS?= benchmark results
|
|
|
|
SUBDIR += benchfft
|
|
SUBDIR += bonnie
|
|
SUBDIR += bytebench
|
|
SUBDIR += dhrystone
|
|
SUBDIR += fib
|
|
SUBDIR += flops
|
|
SUBDIR += hbench
|
|
SUBDIR += heapsort
|
|
SUBDIR += hint
|
|
SUBDIR += httperf
|
|
SUBDIR += iozone
|
|
SUBDIR += linpack
|
|
SUBDIR += lmbench
|
|
SUBDIR += nsieve
|
|
SUBDIR += paranoia
|
|
SUBDIR += postmark
|
|
SUBDIR += whetstone
|
|
SUBDIR += xengine
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|