diff options
Diffstat (limited to 'security/portsentry/Makefile')
-rw-r--r-- | security/portsentry/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 5d23206be1b..8ed3e6896e5 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/07 16:20:19 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 17:50:03 wiz Exp $ # DISTNAME= portsentry-1.0 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.psionic.com/tools/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.psionic.com/abacus/portsentry/ +COMMENT= detects and respond to port scans against a target host in real-time ALL_TARGET= ${LOWER_OPSYS} |