diff options
author | minskim <minskim@pkgsrc.org> | 2006-12-12 23:44:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-12-12 23:44:25 +0000 |
commit | e22aed1d47033136514d68d8017e8e3ca014e22c (patch) | |
tree | 46e20838e615d293cca3462c83e30d897f5dc026 /mk | |
parent | 3b049b5ce509ca6e0a64f21273053f531d0f48d7 (diff) | |
download | pkgsrc-e22aed1d47033136514d68d8017e8e3ca014e22c.tar.gz |
Darwin has bison.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index 006c42c3a7d..61421de26d6 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.29 2006/12/02 05:30:35 minskim Exp $ +# $NetBSD: tools.Darwin.mk,v 1.30 2006/12/12 23:44:25 minskim Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -6,6 +6,8 @@ TOOLS_PLATFORM.[?= [ # shell builtin TOOLS_PLATFORM.awk?= /usr/bin/awk TOOLS_PLATFORM.basename?= /usr/bin/basename TOOLS_PLATFORM.bash?= /bin/bash +TOOLS_PLATFORM.bison?= /usr/bin/bison +TOOLS_PLATFORM.bison-yacc?= /usr/bin/bison -y TOOLS_PLATFORM.byacc?= /usr/bin/yacc .if exists(/usr/bin/bzcat) TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat |