summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-01-29 07:41:33 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-01-29 07:41:33 +0000
commitb4d6f7783149b2ab90573ec5812436feddb89f3d (patch)
tree932f96f2283124d487c5cab38cf3acd1958560ee /net
parentRemove expect until it's fixed (diff)
Disable both irc & ircII until fixed
Notes
Notes: svn path=/head/; revision=844
Diffstat (limited to 'net')
-rw-r--r--net/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile
index 2012b51594a7..67692a17ff57 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.24 1995/01/06 10:48:20 pst Exp $
+# $Id: Makefile,v 1.25 1995/01/13 13:25:57 jkh Exp $
#
-#
-SUBDIR= archie cern_httpd chimera dgd dgd-lpmud fspclient gn gopher imm irc \
- ircII ivs lynx ncftp2 nv pcnfsd pidentd pmf sup tclDP tcp_wrapper \
+# Broken - irc, ircII
+
+SUBDIR= archie cern_httpd chimera dgd dgd-lpmud fspclient gn gopher imm \
+ ivs lynx ncftp2 nv pcnfsd pidentd pmf sup tclDP tcp_wrapper \
tcpblast tkWWW tintin++ wais wu-ftpd xarchie yale-tftpd
.include <bsd.port.subdir.mk>