diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-28 20:39:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-28 20:39:16 +0000 |
commit | 80f46400db2598bac4265dce3042170081e81ea8 (patch) | |
tree | 45351e7844833d3de33be59343cd9e4691a717d5 /net/Makefile | |
parent | 605eb95c6257651e644cb3ac9fed9ea23de19fef (diff) |
Add beacon 0.9.06,
The NLANR/DAST Multicast Beacon is a program written in Perl
which uses the RTP protocol to provide useful statistics and
diagnostic information about a given multicast group.
It is used in Internet2 AccessGrid project and EU FP5 6NET
project.
PR: ports/63440
Submitted by: Janos.Mohacsi@bsd.hu
Notes
Notes:
svn path=/head/; revision=102457
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 07ed19c7dd97..84ecd8cc615b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -33,6 +33,7 @@ SUBDIR += b2bua SUBDIR += balance SUBDIR += bbsnet + SUBDIR += beacon SUBDIR += beacon-server SUBDIR += bfilter SUBDIR += bing |