diff options
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 8618f32f127..974f785ff89 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/07/27 23:34:38 thorpej Exp $ +# $NetBSD: Makefile,v 1.25 2002/04/17 21:53:29 thorpej Exp $ # COMMENT= Benchmarking tools @@ -21,6 +21,7 @@ SUBDIR+= lmbench SUBDIR+= netio SUBDIR+= netpipe SUBDIR+= nsieve +SUBDIR+= nttcp SUBDIR+= paranoia SUBDIR+= postmark SUBDIR+= ttcp |