diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 17:16:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 17:16:48 +0800 |
commit | c941894695243bd378c33b0e93da0c4312a8fbde (patch) | |
tree | a74a535c1275a265442f0ee3d7c5e3d1ce787ea0 /net | |
parent | 5d179de3a0e228b397725a5f27fe9fac2e050d3f (diff) | |
download | freebsd-ports-gnome-c941894695243bd378c33b0e93da0c4312a8fbde.tar.gz freebsd-ports-gnome-c941894695243bd378c33b0e93da0c4312a8fbde.tar.zst freebsd-ports-gnome-c941894695243bd378c33b0e93da0c4312a8fbde.zip |
Add moxftp, vic and xgopher, put tintin++ in alphabetical order.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/Makefile b/net/Makefile index 9c2e4774a1ed..dddf7f31912f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,15 +1,14 @@ -# $Id: Makefile,v 1.43 1995/05/05 20:22:33 adam Exp $ +# $Id: Makefile,v 1.44 1995/05/12 08:20:53 asami Exp $ # # Broken - dgd-lpmud -# Broken for XFree3.x - wais # Broken - slirp (upgraded) +# Broken for XFree3.x - wais +# Restricted - ivs (crypto, export controlled) SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \ - gn gopher imm irc \ - ircII lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ - tcp_wrapper tcpblast tkined tkWWW tintin++ wu-ftpd wwwish xarchie \ - yale-tftpd ytalk zircon - -# RESTRICTED: ivs (crypto) + gn gopher imm irc ircII \ + lynx moxftp ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ + tcp_wrapper tcpblast tintin++ tkWWW tkined vic \ + wu-ftpd wwwish xarchie xgopher yale-tftpd ytalk zircon .include <bsd.port.subdir.mk> |