diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 05:09:04 +0000 |
commit | e7645e6955cac86b5df1e042ea9f5d174e8cf18e (patch) | |
tree | 5b885b554d948c7076e7b1a17e5e4cee96a954fc /net/Makefile | |
parent | 8fabb7e6acfb9fd9245f6e51047035a90603d611 (diff) |
Add msend 3.0, a client and server for the RFC1312 message protocol.
PR: 26287
Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes:
svn path=/head/; revision=40999
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 5eff5ee33465..0ab0d029de7c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -174,6 +174,7 @@ SUBDIR += mpich SUBDIR += mrt SUBDIR += mrtg + SUBDIR += msend SUBDIR += msn-transport SUBDIR += mtr SUBDIR += mudix |