diff options
author | asami <asami@FreeBSD.org> | 1995-04-24 16:16:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-24 16:16:58 +0800 |
commit | 0103c184bda3b040631d3bf5f87e9f91944bdb98 (patch) | |
tree | 0030f0f2086936980a66d58f53f177f25bb96445 /net/Makefile | |
parent | 419582ea9a79113181bcfc8ad2431573e3fd7aa1 (diff) | |
download | freebsd-ports-graphics-0103c184bda3b040631d3bf5f87e9f91944bdb98.tar.gz freebsd-ports-graphics-0103c184bda3b040631d3bf5f87e9f91944bdb98.tar.zst freebsd-ports-graphics-0103c184bda3b040631d3bf5f87e9f91944bdb98.zip |
Take out slirp, it is upgraded and the old port doesn't work.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index bbfab23e88f..38507317c23 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 |