diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-29 08:37:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-29 08:37:38 +0000 |
commit | 0380f829984439115c1d18bc3fac8edd64abb08b (patch) | |
tree | bedcd368c906130e1e28259a1cf41aa7eb6f9f13 /benchmarks/Makefile | |
parent | 187edbfd07c9a07a4979e80e3aa47e53bc5418f7 (diff) | |
download | pkgsrc-0380f829984439115c1d18bc3fac8edd64abb08b.tar.gz |
Add and enable kttcp (hi jason!)
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ced040cb5c3..7f15f9c85b4 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/06/25 05:15:11 grant Exp $ +# $NetBSD: Makefile,v 1.27 2002/06/29 08:37:38 wiz Exp $ # COMMENT= Benchmarking tools @@ -16,6 +16,7 @@ SUBDIR+= heapsort SUBDIR+= hint SUBDIR+= httperf SUBDIR+= iozone +SUBDIR+= kttcp SUBDIR+= linpack-bench SUBDIR+= lmbench SUBDIR+= netio |