summaryrefslogtreecommitdiff
path: root/security/aide/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 19:11:12 +0000
committerjlam <jlam>2005-05-22 19:11:12 +0000
commit481961a97416fe433412063dad7a20c1808ad8cb (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /security/aide/Makefile
parentf0e3c7b914fe30601509b9bc2ee71f15351bd8da (diff)
downloadpkgsrc-481961a97416fe433412063dad7a20c1808ad8cb.tar.gz
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'security/aide/Makefile')
-rw-r--r--security/aide/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 4ec8eabcc33..fdbf1c65e64 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/05/15 19:05:54 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/05/22 19:11:12 jlam Exp $
#
DISTNAME= aide-0.10
@@ -18,8 +18,3 @@ USE_TOOLS+= bison
.include "../../security/mhash/buildlink3.mk"
.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