diff options
author | grant <grant> | 2004-03-29 14:03:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-29 14:03:09 +0000 |
commit | c7b1c19b6a84c3ec2998903e8f59fc774009916b (patch) | |
tree | 1e4fe4f7bf316810cdfbe58056310f98ed4763e6 | |
parent | 71b9326f52226fb1bca57a53f80e6996c3546981 (diff) | |
download | pkgsrc-c7b1c19b6a84c3ec2998903e8f59fc774009916b.tar.gz |
fix our idea of which platforms have bison.
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index f5282b41572..c8224316417 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.31 2004/03/11 19:38:12 tv Exp $ +# $NetBSD: tools.mk,v 1.32 2004/03/29 14:03:09 grant Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -142,7 +142,7 @@ _TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-* _TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-* _TOOLS_OPSYS_HAS_GNU.patch+= NetBSD-*-* OpenBSD-*-* _TOOLS_OPSYS_HAS_GNU.sed+= FreeBSD-*-* Linux-*-* NetBSD-*-* -_TOOLS_OPSYS_HAS_GNU.yacc+= FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* +_TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-* # These platforms have GNUish versions of the tools available in the base # system, which we already define as ${AWK}, ${SED}, etc. (refer to |