diff options
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 8245fea7ab4..296cc6e748e 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/04/17 11:57:41 tron Exp $ +# $NetBSD: Makefile,v 1.21 2001/04/17 12:26:17 tron Exp $ # COMMENT= Benchmarking tools @@ -17,6 +17,7 @@ SUBDIR+= httperf SUBDIR+= iozone SUBDIR+= linpack SUBDIR+= lmbench +SUBDIR+= netio SUBDIR+= nsieve SUBDIR+= paranoia SUBDIR+= postmark |