diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-30 19:49:09 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-30 19:49:09 +0000 |
commit | 974b77cacb774ba94305791f6f50a1e0451145ce (patch) | |
tree | c54b619c7502c7be56d784d2ea8f3ad051c102dc /benchmarks/Makefile | |
parent | 8538f4c048621f1e28a46bfdfcdd63e6a74edc82 (diff) | |
download | pkgsrc-974b77cacb774ba94305791f6f50a1e0451145ce.tar.gz |
enable linpack and paranoia benchmarks
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index f006e5466dc..3c972ab9c63 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/08/30 17:52:43 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1998/08/30 19:49:09 garbled Exp $ # FreeBSD Id: Makefile,v 1.4 1997/02/16 13:32:59 andreas Exp # @@ -6,8 +6,10 @@ SUBDIR += bytebench SUBDIR += dhrystone SUBDIR += iozone + SUBDIR += linpack SUBDIR += lmbench # SUBDIR += netperf + SUBDIR += paranoia # SUBDIR += tcpblast SUBDIR += whetstone # SUBDIR += xengine |