diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:32:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:32:16 +0000 |
commit | 933abeff0eecb51b4c6ae6918a03abac2480cd95 (patch) | |
tree | 800ca7e5a81fafd9791fbad5af66b8f1f36a6106 | |
parent | bd07fcc1da68757a2e41194c6aab41228916b6de (diff) | |
download | freebsd-ports-933abeff0eecb51b4c6ae6918a03abac2480cd95.zip |
Add the brouted port.
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index d8149b9ac796..c93862d0991b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.266 1999/06/02 06:20:35 mharo Exp $ +# $Id: Makefile,v 1.267 1999/06/04 06:18:52 mharo Exp $ # SUBDIR += IglooFTP @@ -18,6 +18,7 @@ SUBDIR += boclient SUBDIR += bounce SUBDIR += bpft + SUBDIR += brouted SUBDIR += cap SUBDIR += cftp SUBDIR += choparp |