diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 02:23:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 02:23:34 +0000 |
commit | 6a8e8e01db36bb2127d1575c9c93cf714b6e28df (patch) | |
tree | c4b9c6861ece0698c85b1ad582881d985289f57b /mk | |
parent | 8ebd1f156dafb5f159a6b9588a1d1bf406e78311 (diff) | |
download | pkgsrc-6a8e8e01db36bb2127d1575c9c93cf714b6e28df.tar.gz |
Interix doesn't have a "flex" program per se in the base system. Its "lex"
is flex, but libfl.a and FlexLexer.h are missing. So use pkgsrc flex
on an as-needed basis.
Diffstat (limited to 'mk')
-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 3708530f28f..d88f16fe08d 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.49 2004/12/30 09:47:01 minskim Exp $ +# $NetBSD: tools.mk,v 1.50 2005/01/21 02:23:34 tv Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -137,7 +137,7 @@ _TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-* _TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-* _TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* -_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-* +_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Linux-*-* NetBSD-*-* _TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.m4+= # empty _TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-* |