pkgsrc/benchmarks/Makefile

27 lines
593 B
Makefile
Raw Normal View History

2000-04-03 17:56:14 +02:00
# $NetBSD: Makefile,v 1.17 2000/04/03 15:56:14 sakamoto Exp $
1997-11-22 04:13:21 +01:00
# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp
1997-11-22 04:06:19 +01:00
#
PKG_MISC_TARGETS?= benchmark results
1998-10-21 22:00:59 +02:00
SUBDIR += benchfft
1998-02-27 00:36:45 +01:00
SUBDIR += bonnie
SUBDIR += bytebench
SUBDIR += dhrystone
SUBDIR += fib
1998-10-22 07:28:34 +02:00
SUBDIR += flops
SUBDIR += hbench
SUBDIR += heapsort
1998-11-20 16:31:21 +01:00
SUBDIR += hint
2000-03-16 23:55:02 +01:00
SUBDIR += httperf
SUBDIR += iozone
1998-08-30 21:49:09 +02:00
SUBDIR += linpack
SUBDIR += lmbench
SUBDIR += nsieve
1998-08-30 21:49:09 +02:00
SUBDIR += paranoia
1999-12-06 20:03:32 +01:00
SUBDIR += postmark
SUBDIR += whetstone
2000-04-03 17:56:14 +02:00
SUBDIR += xengine
1997-11-22 04:06:19 +01:00
.include "../mk/bsd.pkg.subdir.mk"