diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-06-08 14:17:03 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-06-08 14:17:03 +0000 |
commit | 10986508944458c1e15624989e8fc47c05f3eb8f (patch) | |
tree | c6a1fb9fc84702d15c91eb12edf58ff0e459cf36 /net | |
parent | 2fe4b48570d1dff9a81fb9d6b64bb0d255272c36 (diff) |
enable ports/net/mrt. This is "Multi-threaded Routing Toolkit" routing
daemon from merit.edu.
Submitted by: itojun (myself)
Notes
Notes:
svn path=/head/; revision=11357
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 156e16f28525..4f7cadd19567 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.161 1998/05/31 09:27:20 andreas Exp $ +# $Id: Makefile,v 1.162 1998/06/02 18:32:12 obrien Exp $ # SUBDIR += SSLtelnet @@ -56,6 +56,7 @@ SUBDIR += moxftp SUBDIR += mpd SUBDIR += mpich + SUBDIR += mrt SUBDIR += mrtg SUBDIR += ncftp SUBDIR += ncftp2 |