diff options
author | salo <salo> | 2006-04-16 16:15:01 +0000 |
---|---|---|
committer | salo <salo> | 2006-04-16 16:15:01 +0000 |
commit | 0d791b4d4ba27ee8d812892c9f6f401bbf721933 (patch) | |
tree | df9132b7b5b7698b4644b09b122d9ef92c71f7b0 | |
parent | 3270123a7d5f67ac3231440657af8b23dedd0ba7 (diff) | |
download | pkgsrc-0d791b4d4ba27ee8d812892c9f6f401bbf721933.tar.gz |
Remove unused variable, SKIP_AUDIT_PACKAGES.
-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" |