diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-21 17:41:32 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-21 17:41:32 +0000 |
commit | 84e1cea2d7d0f020eca5a5c5341eb63f97651160 (patch) | |
tree | ee28369c35a73e9be2beecf4977559f9be4c6058 /net | |
parent | e73b9eb1958793bce410cea8c0f699321faaade9 (diff) | |
download | freebsd-ports-84e1cea2d7d0f020eca5a5c5341eb63f97651160.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> |