summaryrefslogtreecommitdiff
path: root/mk/tools/tools.FreeBSD.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.FreeBSD.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.FreeBSD.mk')
-rw-r--r--mk/tools/tools.FreeBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.FreeBSD.mk b/mk/tools/tools.FreeBSD.mk
index 9eaccb366db..7a5d0962299 100644
--- a/mk/tools/tools.FreeBSD.mk
+++ b/mk/tools/tools.FreeBSD.mk
@@ -1,10 +1,11 @@
-# $NetBSD: tools.FreeBSD.mk,v 1.19 2005/08/10 02:57:32 jlam Exp $
+# $NetBSD: tools.FreeBSD.mk,v 1.20 2005/09/20 03:50:19 jlam Exp $
#
# System-supplied tools for the FreeBSD operating system.
TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
+TOOLS_PLATFORM.byacc?= /usr/bin/yacc
.if exists(/usr/bin/bzcat)
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat
.endif