diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 23:39:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 23:39:51 +0000 |
commit | f67e946c8e1d62692778d227d882d2410ea74984 (patch) | |
tree | 961254815010d828504544f9135b37a82592d30b /net/Makefile | |
parent | - Update to 0.4.9 (diff) |
Add mgen, The Multi-Generator, an open source software by the Naval Research
Laboratory (NRL) PROTocol Engineering Advanced Networking (PROTEAN)
Research Group. MGEN provides the ability to perform IP network
performance tests and measurements using UDP/IP traffic (TCP is currently
being developed).
PR: ports/73532
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=120823
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 1231052af064..28bfacf11a85 100644 --- a/net/Makefile +++ b/net/Makefile @@ -332,6 +332,7 @@ SUBDIR += meanwhile SUBDIR += meanwhile-gaim SUBDIR += merlinmon + SUBDIR += mgen SUBDIR += micq SUBDIR += minisapserver SUBDIR += mldonkey |