diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-30 17:52:43 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-30 17:52:43 +0000 |
commit | 67fcc12ec0235649d7d058da43bd563568892076 (patch) | |
tree | 2cb73bb365a4bf0bc79906df52b12bf6e0a6c981 /benchmarks | |
parent | 9a4b4407afb2fa601d10b0d7155c54af309c7840 (diff) | |
download | pkgsrc-67fcc12ec0235649d7d058da43bd563568892076.tar.gz |
Enable dhrystone, whetstone, iozone, lmbench and byte-bench
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 10 |
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" |