diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 06:29:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 06:29:51 +0000 |
commit | efa1bd134dd079bf28e044e4f0b0df8af39c4a6b (patch) | |
tree | 4b61415443c588a0992d0043df0633fdea482596 | |
parent | 24923fa3d54c346a4627beb78a4185005c4f81df (diff) |
Added ytalk.
Notes
Notes:
svn path=/head/; revision=1195
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index a45009896a17..022172c1bfdd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1995/03/12 23:03:16 ats Exp $ +# $Id: Makefile,v 1.35 1995/03/19 12:43:00 ats Exp $ # # Broken - gn, dgd-lpmud # Broken for XFree3.x - wais @@ -6,6 +6,6 @@ SUBDIR= archie cern_httpd chimera dgd fspclient gated gopher imm irc \ ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf samba scotty sup tclDP \ tcp_wrapper tcpblast tkined tkWWW tintin++ wu-ftpd xarchie \ - yale-tftpd zircon + yale-tftpd ytalk zircon .include <bsd.port.subdir.mk> |