summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1998-09-30 20:51:09 +0000
committerkim <kim@pkgsrc.org>1998-09-30 20:51:09 +0000
commit2b705a5ed9e71896ac9be4dbbccee5d652a1b1d2 (patch)
treec286b2921831d6fbeae7b5e42e9e0821a27a8d0d /net
parent2fb1a1dd6cb1ec2a29c6c4921e6009f0e68274a8 (diff)
downloadpkgsrc-2b705a5ed9e71896ac9be4dbbccee5d652a1b1d2.tar.gz
Enable netcat.
Netcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile
index 5f3e2782d2b..fb7d3f66427 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 1998/09/05 20:20:03 frueauf Exp $
+# $NetBSD: Makefile,v 1.37 1998/09/30 20:51:09 kim Exp $
# FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp
#
@@ -44,7 +44,7 @@
SUBDIR += ncftp2
SUBDIR += nocol
# SUBDIR += netatalk
-# SUBDIR += netcat
+ SUBDIR += netcat
SUBDIR += ntop
# SUBDIR += p5-Archie
SUBDIR += p5-Net