diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:42:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:42:56 +0000 |
commit | 9e8dd1cc557218aa2e54866108cfce9b24575842 (patch) | |
tree | 973f36c71789ded93ae5fece70192ce744f9b732 /net | |
parent | e6a4aea44a4026b4ef6a45957ac11d98a3bacc21 (diff) | |
download | freebsd-ports-9e8dd1cc557218aa2e54866108cfce9b24575842.zip |
Add dhcp, ivs and wais.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile index 46087926456a..fecd8b50b657 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.64 1996/03/25 08:59:46 asami Exp $ +# $Id: Makefile,v 1.65 1996/03/25 10:13:47 asami Exp $ # SUBDIR += archie -RESTRICTED += dhcp # license issues for distribution + SUBDIR += dhcp SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dip @@ -13,7 +13,7 @@ RESTRICTED += dhcp # license issues for distribution SUBDIR += imm SUBDIR += irc SUBDIR += ircII -RESTRICTED += ivs # crypto, export controlled + SUBDIR += ivs SUBDIR += mirror SUBDIR += moxftp SUBDIR += ncftp2 @@ -31,7 +31,7 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += tinyfugue SUBDIR += tkined SUBDIR += vic - BROKEN += wais # for XFree3.x + SUBDIR += wais SUBDIR += wu-ftpd SUBDIR += xarchie SUBDIR += xgopher |