diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 09:16:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 09:16:48 +0000 |
commit | e24a7830320ad0e64fc691f1027c3076e352d6c3 (patch) | |
tree | 0c74e5acd0ae01cee99c927c593a78616251af5d | |
parent | 13e281f1c0de0b1d53c6f7b6719e3716bb6a2692 (diff) | |
download | freebsd-ports-e24a7830320ad0e64fc691f1027c3076e352d6c3.zip |
Add moxftp, vic and xgopher, put tintin++ in alphabetical order.
-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> |