summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-04-16 16:15:01 +0000
committersalo <salo@pkgsrc.org>2006-04-16 16:15:01 +0000
commit0a1c530c98698ce66e264a535d8197c546dfbb19 (patch)
treedf9132b7b5b7698b4644b09b122d9ef92c71f7b0 /security
parent728abc8dc85c9d34cbebce6790c352c8c09e0a05 (diff)
downloadpkgsrc-0a1c530c98698ce66e264a535d8197c546dfbb19.tar.gz
Remove unused variable, SKIP_AUDIT_PACKAGES.
Diffstat (limited to 'security')
-rw-r--r--security/audit-packages/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/audit-packages/Makefile b/security/audit-packages/Makefile
index 9a522c73c35..84582084010 100644
--- a/security/audit-packages/Makefile
+++ b/security/audit-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2006/04/15 15:02:10 salo Exp $
+# $NetBSD: Makefile,v 1.66 2006/04/16 16:15:01 salo Exp $
DISTNAME= audit-packages-1.42
CATEGORIES= security pkgtools
@@ -20,8 +20,6 @@ NO_CHECKSUM= yes
OWN_DIRS= ${PKGVULNDIR}
INSTALLATION_DIRS= man/cat8 man/man8 sbin
-SKIP_AUDIT_PACKAGES= yes
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"