diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:27:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 06:27:24 +0000 |
commit | 1735f2576af10ba740afd99aaa6158ea820059ba (patch) | |
tree | 287052891033490bcafe5f0e4597435e7e926f79 /benchmarks/Makefile | |
parent | f0a8f47510f0f2ae783dd2141db804eed39a4226 (diff) | |
download | pkgsrc-1735f2576af10ba740afd99aaa6158ea820059ba.tar.gz |
Added benchmarks/nbench
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 4eea2c0cc83..e964d7f243b 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/09/03 05:58:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.37 2005/09/03 06:27:25 xtraeme Exp $ # COMMENT= Benchmarking tools @@ -20,6 +20,7 @@ SUBDIR+= iozone SUBDIR+= kttcp SUBDIR+= linpack-bench SUBDIR+= lmbench +SUBDIR+= nbench SUBDIR+= netio SUBDIR+= netpipe SUBDIR+= nettest |