diff options
author | salo <salo@pkgsrc.org> | 2006-04-16 16:15:01 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-04-16 16:15:01 +0000 |
commit | 0a1c530c98698ce66e264a535d8197c546dfbb19 (patch) | |
tree | df9132b7b5b7698b4644b09b122d9ef92c71f7b0 /security | |
parent | 728abc8dc85c9d34cbebce6790c352c8c09e0a05 (diff) | |
download | pkgsrc-0a1c530c98698ce66e264a535d8197c546dfbb19.tar.gz |
Remove unused variable, SKIP_AUDIT_PACKAGES.
Diffstat (limited to 'security')
-rw-r--r-- | security/audit-packages/Makefile | 4 |
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" |