diff options
author | tron <tron@pkgsrc.org> | 2006-11-21 10:59:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-11-21 10:59:25 +0000 |
commit | 399c1a120a19fff5de0c58b8ddd9fb50592fbed2 (patch) | |
tree | 7ca2d8e0ec223bfce3bd7376705975ce82246b93 /benchmarks/Makefile | |
parent | 0a5d19a45f592e5ce6fd1dd8729669a37969dc5a (diff) | |
download | pkgsrc-399c1a120a19fff5de0c58b8ddd9fb50592fbed2.tar.gz |
Move directory of "netperf" package to "benchmarks". It was marked as
being in that category anyway.
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 90cbbf45f09..4a4e7ab4ccd 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/10/13 08:19:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.40 2006/11/21 10:59:25 tron Exp $ # COMMENT= Benchmarking tools @@ -23,6 +23,7 @@ SUBDIR+= linpack-bench SUBDIR+= lmbench SUBDIR+= nbench SUBDIR+= netio +SUBDIR+= netperf SUBDIR+= netpipe SUBDIR+= nettest SUBDIR+= nsieve |