pkgsrc/benchmarks/Makefile
wiz a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00

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"