summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkim <kim>1998-09-30 20:51:09 +0000
committerkim <kim>1998-09-30 20:51:09 +0000
commit6c1d62268c295f1b5cde496b44faec1de4a12d2e (patch)
treec286b2921831d6fbeae7b5e42e9e0821a27a8d0d /net
parentb11d55d10bbd07c8bd2c4a132a16749aedd6b8f9 (diff)
downloadpkgsrc-6c1d62268c295f1b5cde496b44faec1de4a12d2e.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