diff options
Diffstat (limited to 'security/sniff')
-rw-r--r-- | security/sniff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile index 68588b506b4..3024feb3ace 100644 --- a/security/sniff/Makefile +++ b/security/sniff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/07 18:04:40 joerg Exp $ # DISTNAME= sniff-2.0 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= zuntum@NetBSD.org COMMENT= Program to sniff logins and passwords +INSTALLATION_DIRS= sbin .include "../../mk/bsd.prefs.mk" |