pkgsrc/benchmarks/Makefile

41 lines
705 B
Makefile
Raw Normal View History

2005-07-27 19:07:51 +02:00
# $NetBSD: Makefile,v 1.34 2005/07/27 17:07:51 drochner Exp $
1997-11-22 04:06:19 +01:00
#
COMMENT= Benchmarking tools
PKG_MISC_TARGETS?= benchmark results
SUBDIR+= benchfft
2005-02-14 23:07:22 +01:00
SUBDIR+= blogbench
SUBDIR+= bonnie
2001-07-17 09:02:55 +02:00
SUBDIR+= bonnie++
SUBDIR+= bytebench
2003-07-17 17:12:32 +02:00
SUBDIR+= dbench
SUBDIR+= dhrystone
SUBDIR+= fib
SUBDIR+= flops
SUBDIR+= hbench
SUBDIR+= heapsort
SUBDIR+= hint
SUBDIR+= httperf
SUBDIR+= iozone
2002-06-29 10:37:38 +02:00
SUBDIR+= kttcp
SUBDIR+= linpack-bench
SUBDIR+= lmbench
2001-04-17 14:26:17 +02:00
SUBDIR+= netio
2001-07-28 01:34:38 +02:00
SUBDIR+= netpipe
2003-04-11 19:08:46 +02:00
SUBDIR+= nettest
SUBDIR+= nsieve
2002-04-17 23:53:29 +02:00
SUBDIR+= nttcp
SUBDIR+= paranoia
2003-12-03 19:41:21 +01:00
SUBDIR+= postal
SUBDIR+= postmark
SUBDIR+= randread
2003-03-19 18:25:10 +01:00
SUBDIR+= skampi
SUBDIR+= thrulay
SUBDIR+= ttcp
SUBDIR+= whetstone
SUBDIR+= xengine
2005-07-27 19:07:51 +02:00
SUBDIR+= zelibm
1997-11-22 04:06:19 +01:00
.include "../mk/bsd.pkg.subdir.mk"