diff options
author | asami <asami@FreeBSD.org> | 1995-03-24 14:29:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-24 14:29:51 +0800 |
commit | 16340be728f3944b4f01dd9b814c596a1085baa0 (patch) | |
tree | 61f2c1b2c10a29c070ef63984921438483adec10 | |
parent | 78645462a4bf704a41323f3e9dc76f08a26415f2 (diff) | |
download | freebsd-ports-gnome-16340be728f3944b4f01dd9b814c596a1085baa0.tar.gz freebsd-ports-gnome-16340be728f3944b4f01dd9b814c596a1085baa0.tar.zst freebsd-ports-gnome-16340be728f3944b4f01dd9b814c596a1085baa0.zip |
Added ytalk.
-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> |