summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-20 03:50:18 +0000
committerjlam <jlam@pkgsrc.org>2005-09-20 03:50:18 +0000
commit1403b1ed138f8ea3fa4bd004a85f832d5f616fe5 (patch)
treebcb27cab953ecbedcbfb55be669d4d34bac1d549 /mk/tools/tools.Darwin.mk
parent8b11764a81ad1d21f1de28225ddb0788c83407bf (diff)
downloadpkgsrc-1403b1ed138f8ea3fa4bd004a85f832d5f616fe5.tar.gz
Teach the tools framework about "byacc", which is a Berkeley-compatible
YACC. This should be used by packages that require NOT using bison (maybe because bison can't handle the .y file) but still need a yacc.
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r--mk/tools/tools.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index 43c6aa7a01c..1ffd5f9b5ae 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.18 2005/07/07 21:29:11 jlam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.19 2005/09/20 03:50:19 jlam Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -6,6 +6,7 @@ TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
TOOLS_PLATFORM.bash?= /bin/bash
+TOOLS_PLATFORM.byacc?= /usr/bin/yacc
.if exists(/usr/bin/bzcat)
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat
.endif