diff options
author | grant <grant> | 2002-06-25 05:15:11 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-25 05:15:11 +0000 |
commit | 4d1163b85eaa7fb6334ff0d411eea839f85ed9e8 (patch) | |
tree | 37e4b060eed89d0ff685cd54bc122f4f7a49a2e7 /benchmarks | |
parent | 7cf12a8181ae4978f406211b100c04f0ebb6f3b6 (diff) | |
download | pkgsrc-4d1163b85eaa7fb6334ff0d411eea839f85ed9e8.tar.gz |
moved randread from sysutils to benchmarks.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 974f785ff89..ced040cb5c3 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/04/17 21:53:29 thorpej Exp $ +# $NetBSD: Makefile,v 1.26 2002/06/25 05:15:11 grant Exp $ # COMMENT= Benchmarking tools @@ -24,6 +24,7 @@ SUBDIR+= nsieve SUBDIR+= nttcp SUBDIR+= paranoia SUBDIR+= postmark +SUBDIR+= randread SUBDIR+= ttcp SUBDIR+= whetstone SUBDIR+= xengine |