summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-11-15 01:17:01 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-11-15 01:17:01 +0000
commitd8d427a8e9469b002c58dc2f20f1dd5513df121c (patch)
tree9a6fc09907bd75d246d0f9abdb3fa1f00b4ed7e0 /net
parentFix a wee typo in here that stoped the fetch from working (diff)
Remove tcpblast until someone fixes the master site rule
Notes
Notes: svn path=/head/; revision=376
Diffstat (limited to 'net')
-rw-r--r--net/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile
index e3ec14ce2938..a4cbe122058c 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.16 1994/11/10 01:32:43 jkh Exp $
+# $Id: Makefile,v 1.17 1994/11/10 05:58:43 gpalmer Exp $
#
# XXX ncftp moved to core distribution
+# tcpblast temporarily removed
#
SUBDIR= archie cern_httpd chimera dgd fspclient gn irc ircII lynx ncftp2 \
- pidentd pcnfsd pmf sup tcpblast wu-ftpd tcp_wrapper
+ pidentd pcnfsd pmf sup wu-ftpd tcp_wrapper
.include <bsd.port.subdir.mk>