diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:42:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:42:56 +0800 |
commit | 2a980f684ec6dd79f319e9fe995402a352423ec9 (patch) | |
tree | f4cc515b78ab14dcf6f2b03a9258d070f371b204 | |
parent | ebb08b95b8fe7757ecb142ad49b7e31459319025 (diff) | |
download | freebsd-ports-gnome-2a980f684ec6dd79f319e9fe995402a352423ec9.tar.gz freebsd-ports-gnome-2a980f684ec6dd79f319e9fe995402a352423ec9.tar.zst freebsd-ports-gnome-2a980f684ec6dd79f319e9fe995402a352423ec9.zip |
Add dhcp, ivs and wais.
-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 |