diff options
Diffstat (limited to 'net/ttcp/Makefile')
-rw-r--r-- | net/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index f13838dcad9..708584b44ee 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/27 11:29:48 enami Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/17 18:19:48 wiz Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thorpej@netbsd.org HOMEPAGE= http://www.ccci.com/tools/ttcp/ +COMMENT= TCP testing and performance measuring tool .include "../../mk/bsd.prefs.mk" |