summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-08-30 17:52:43 +0000
committergarbled <garbled@pkgsrc.org>1998-08-30 17:52:43 +0000
commit67fcc12ec0235649d7d058da43bd563568892076 (patch)
tree2cb73bb365a4bf0bc79906df52b12bf6e0a6c981 /benchmarks/Makefile
parent9a4b4407afb2fa601d10b0d7155c54af309c7840 (diff)
downloadpkgsrc-67fcc12ec0235649d7d058da43bd563568892076.tar.gz
Enable dhrystone, whetstone, iozone, lmbench and byte-bench
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 9cef9306e98..f006e5466dc 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:15 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/30 17:52:43 garbled Exp $
# FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp
#
SUBDIR += bonnie
-# SUBDIR += bytebench
-# SUBDIR += iozone
-# SUBDIR += lmbench
+ SUBDIR += bytebench
+ SUBDIR += dhrystone
+ SUBDIR += iozone
+ SUBDIR += lmbench
# SUBDIR += netperf
# SUBDIR += tcpblast
+ SUBDIR += whetstone
# SUBDIR += xengine
.include "../mk/bsd.pkg.subdir.mk"