diff options
author | garbled <garbled> | 1998-08-30 19:49:09 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-08-30 19:49:09 +0000 |
commit | a0650ddb4ac7f15521425f1f76bcb6250645561d (patch) | |
tree | c54b619c7502c7be56d784d2ea8f3ad051c102dc /benchmarks | |
parent | 74a8bc696d761f0a1696b5ea264f1dd090043392 (diff) | |
download | pkgsrc-a0650ddb4ac7f15521425f1f76bcb6250645561d.tar.gz |
enable linpack and paranoia benchmarks
Diffstat (limited to 'benchmarks')
-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 |