diff options
author | jlam <jlam> | 2005-05-22 19:11:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 19:11:12 +0000 |
commit | 5bc50cfa0e921c9ff61145c62023b2e2dcc094f1 (patch) | |
tree | 9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /security/aide06/Makefile | |
parent | d47a0264937ff9f454110f919b428457811f67c0 (diff) | |
download | pkgsrc-5bc50cfa0e921c9ff61145c62023b2e2dcc094f1.tar.gz |
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'security/aide06/Makefile')
-rw-r--r-- | security/aide06/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/aide06/Makefile b/security/aide06/Makefile index 6940e0badbc..5b836668e56 100644 --- a/security/aide06/Makefile +++ b/security/aide06/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/15 19:05:54 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/22 19:11:12 jlam Exp $ # DISTNAME= aide-0.6 @@ -17,8 +17,3 @@ USE_GNU_TOOLS+= yacc lex USE_TOOLS+= bison .include "../../mk/bsd.pkg.mk" - -.if empty(_USE_NEW_TOOLS:M[yY][eE][sS]) -#don't set YACC so configure can correctly find bison -YACC= -.endif |