diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 08:16:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-24 08:16:58 +0000 |
commit | 7c1687a865a7b59f879ab479f8538b5714ac6e88 (patch) | |
tree | b02eafb82a4e08148763700f1422aae8e5a8f207 /net | |
parent | Take out gopher for now. (diff) |
Take out slirp, it is upgraded and the old port doesn't work.
Notes
Notes:
svn path=/head/; revision=1511
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index bbfab23e88fb..38507317c231 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,12 +1,13 @@ -# $Id: Makefile,v 1.39 1995/04/17 06:04:16 asami Exp $ +# $Id: Makefile,v 1.40 1995/04/24 07:54:15 asami Exp $ # # Broken - gn, dgd-lpmud # Broken for XFree3.x - wais # Broken - gopher (upgraded, new one uses fgetpwent()) +# Broken - slirp (upgraded) SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \ imm irc \ - ircII lynx ncftp2 nv pcnfsd pidentd pmf samba scotty slirp sup tclDP \ + ircII lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ tcp_wrapper tcpblast tkined tkWWW tintin++ wu-ftpd xarchie \ yale-tftpd ytalk zircon |