diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-22 01:41:32 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-22 01:41:32 +0800 |
commit | 5eafa30168afcea582af3e5ae959a67e18517486 (patch) | |
tree | 5f4199c29feb9f3371ba0d51aa24b2a97aeeff04 /net | |
parent | cf242317722791fe2bd7541739748919a62e4ee0 (diff) | |
download | freebsd-ports-gnome-5eafa30168afcea582af3e5ae959a67e18517486.tar.gz freebsd-ports-gnome-5eafa30168afcea582af3e5ae959a67e18517486.tar.zst freebsd-ports-gnome-5eafa30168afcea582af3e5ae959a67e18517486.zip |
Add scotty and tkined
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile index 862d9aa4267a..f17c43638423 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.31 1995/02/12 09:52:04 jkh Exp $ +# $Id: Makefile,v 1.32 1995/02/12 14:42:20 gpalmer Exp $ # # Broken - gn SUBDIR= archie cern_httpd chimera dgd dgd-lpmud fspclient gated gopher imm irc \ - ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf samba sup tclDP \ - tcp_wrapper tcpblast tkWWW tintin++ wais wu-ftpd xarchie yale-tftpd \ - zircon + ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ + tcp_wrapper tcpblast tkined tkWWW tintin++ wais wu-ftpd xarchie \ + yale-tftpd zircon .include <bsd.port.subdir.mk> |