diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 22:21:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 22:21:13 +0000 |
commit | 5b4855836cc2e9a562799c1da6ad1e10823c3fd7 (patch) | |
tree | 84ae9b28cce613863a24450864bc481fbc3bf535 /net | |
parent | 18fdc762faa201206ed9883caa730f8126ffd800 (diff) | |
download | FreeBSD-ports-5b4855836cc2e9a562799c1da6ad1e10823c3fd7.zip FreeBSD-ports-5b4855836cc2e9a562799c1da6ad1e10823c3fd7.tar.gz |
Remove a bunch of things (Mosaic, apache, cern_httpd, cern_linemode,
chimera, gn, lynx, netscape, netscape2, tkWWW, wn, wwwish) that left
for the greener pastures of www/.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/net/Makefile b/net/Makefile index 91b22d1..030d8fa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,29 +1,20 @@ -# $Id: Makefile,v 1.60 1995/10/20 07:54:54 asami Exp $ +# $Id: Makefile,v 1.61 1995/11/09 07:41:00 asami Exp $ # -RESTRICTED += Mosaic # requires Motif, Mosaic itself isn't - SUBDIR += apache SUBDIR += archie - SUBDIR += cern_httpd - SUBDIR += cern_linemode - SUBDIR += chimera SUBDIR += dgd SUBDIR += dgd-lpmud SUBDIR += dip SUBDIR += fspclient SUBDIR += gated - SUBDIR += gn SUBDIR += gopher SUBDIR += imm SUBDIR += irc SUBDIR += ircII RESTRICTED += ivs # crypto, export controlled - SUBDIR += lynx SUBDIR += mirror SUBDIR += moxftp SUBDIR += ncftp2 - SUBDIR += netscape - SUBDIR += netscape2 SUBDIR += nv SUBDIR += pcnfsd SUBDIR += pmf @@ -35,13 +26,10 @@ RESTRICTED += ivs # crypto, export controlled SUBDIR += sup SUBDIR += tclDP SUBDIR += tintin++ - SUBDIR += tkWWW SUBDIR += tkined SUBDIR += vic BROKEN += wais # for XFree3.x - SUBDIR += wn SUBDIR += wu-ftpd - SUBDIR += wwwish SUBDIR += xarchie SUBDIR += xgopher SUBDIR += yale-tftpd |