summaryrefslogtreecommitdiff
path: root/lang/nawk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 19:11:12 +0000
committerjlam <jlam>2005-05-22 19:11:12 +0000
commit5bc50cfa0e921c9ff61145c62023b2e2dcc094f1 (patch)
tree9bb9e344bf86184898db4f31dee2dd629dc3e6f2 /lang/nawk
parentd47a0264937ff9f454110f919b428457811f67c0 (diff)
downloadpkgsrc-5bc50cfa0e921c9ff61145c62023b2e2dcc094f1.tar.gz
Remove the old tools framework and references to _USE_NEW_TOOLS.
Diffstat (limited to 'lang/nawk')
-rw-r--r--lang/nawk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index daba0769c96..f87813ea15f 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/05/19 19:45:45 dillo Exp $
+# $NetBSD: Makefile,v 1.25 2005/05/22 19:11:12 jlam Exp $
#
DISTNAME= awk
@@ -18,13 +18,7 @@ COMMENT= Brian Kernighan's pattern-directed scanning and processing language
DIST_SUBDIR= ${PKGNAME}
PKG_INSTALLATION_TYPES= overwrite pkgviews
-.include "../../mk/bsd.prefs.mk"
-.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
-USE_GNU_TOOLS+= yacc
-.else
USE_TOOLS+= yacc
-.endif
-
WRKSRC= ${WRKDIR}
CFLAGS+= ${CPPFLAGS}
MAKE_FLAGS+= CC=${CC:Q} YACC=${YACC:Q} CFLAGS=${CFLAGS:Q}