From 2b705a5ed9e71896ac9be4dbbccee5d652a1b1d2 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 30 Sep 1998 20:51:09 +0000 Subject: 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. --- net/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit v1.2.3