f544fc14ed
package uninstalled, with the exceptionof lmbench. Make non-batch targets for all the benchmarks, and create a results target which places all the results in /tmp for easier collection.
26 lines
595 B
Makefile
26 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.13 1998/12/26 15:59:56 garbled Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas 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 += iozone
|
|
SUBDIR += linpack
|
|
SUBDIR += lmbench
|
|
# SUBDIR += netperf
|
|
SUBDIR += nsieve
|
|
SUBDIR += paranoia
|
|
# SUBDIR += tcpblast
|
|
SUBDIR += whetstone
|
|
# SUBDIR += xengine
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|