diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-21 01:07:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-21 01:07:12 +0000 |
commit | dbbdcd320e90d72f5f47c8e5d8eb8eb3279c2f73 (patch) | |
tree | 5c449b3d62f700ab484358b4dce1e11836c03bcc /net/Makefile | |
parent | 307e2a0837d596ca40a26bf92851032dec2f5003 (diff) | |
download | ports-dbbdcd320e90d72f5f47c8e5d8eb8eb3279c2f73.tar.gz ports-dbbdcd320e90d72f5f47c8e5d8eb8eb3279c2f73.zip |
add tptest
The TPTEST is a software suite for testing network throughput and
Internet services.
PR: 47523
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes:
svn path=/head/; revision=75997
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 77e7f07cfed4..78e862f6c4dc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -611,6 +611,7 @@ SUBDIR += tn3270 SUBDIR += tn5250 SUBDIR += totd + SUBDIR += tptest SUBDIR += traceroute SUBDIR += trafcount SUBDIR += trafd |