diff options
author | jtb <jtb> | 2001-04-27 22:39:50 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-27 22:39:50 +0000 |
commit | 326ef83425dea3559f5a4812c74e3b939c36db13 (patch) | |
tree | ff97edef717e03bd311022a19cf5c55bb0dcd79a /benchmarks | |
parent | 7398ccec282a3cf4ed0a45d0bbbcdc9c96751a93 (diff) | |
download | pkgsrc-326ef83425dea3559f5a4812c74e3b939c36db13.tar.gz |
linpack has been renamed linpack-bench.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 296cc6e748e..939cb6b3e94 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/04/17 12:26:17 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/04/27 22:39:50 jtb Exp $ # COMMENT= Benchmarking tools @@ -15,7 +15,7 @@ SUBDIR+= heapsort SUBDIR+= hint SUBDIR+= httperf SUBDIR+= iozone -SUBDIR+= linpack +SUBDIR+= linpack-bench SUBDIR+= lmbench SUBDIR+= netio SUBDIR+= nsieve |