diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-21 17:41:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-21 17:41:32 +0000 |
commit | 5eafa30168afcea582af3e5ae959a67e18517486 (patch) | |
tree | 5f4199c29feb9f3371ba0d51aa24b2a97aeeff04 /net/Makefile | |
parent | cf242317722791fe2bd7541739748919a62e4ee0 (diff) | |
download | FreeBSD-ports-5eafa30168afcea582af3e5ae959a67e18517486.zip FreeBSD-ports-5eafa30168afcea582af3e5ae959a67e18517486.tar.gz |
Add scotty and tkined
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile index 862d9aa..f17c436 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> |