diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-16 12:49:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-16 12:49:37 +0000 |
commit | 68e9ce7139289898c5c975ff8ab7e5e96a7eefee (patch) | |
tree | cade81f12871b741d63d43696450443dcf49f68c /net/Makefile | |
parent | Fix the bug of a make rule in the install-links target that installs (diff) |
Add mad_fcl 0.5,
MAD/Flute reliable unicast/multicast sending/receiving tool
version 0.5. It is an implementation of the RFC3450
Asynchronous Layered Coding (ALC).
PR: ports/62688
Submitted by: Janos.Mohacsi@bsd.hu
Notes
Notes:
svn path=/head/; revision=101050
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 a38aebd490f3..e813b1078870 100644 --- a/net/Makefile +++ b/net/Makefile @@ -345,6 +345,7 @@ SUBDIR += loadd SUBDIR += loudmouth SUBDIR += luasocket + SUBDIR += mad_fcl SUBDIR += magictun SUBDIR += mars_nwe SUBDIR += mbrowse |