summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authortv <tv>2005-01-21 02:23:34 +0000
committertv <tv>2005-01-21 02:23:34 +0000
commit620a6af93099d092b42910dfe0a13ea9bd6f8d93 (patch)
treec4b9c6861ece0698c85b1ad582881d985289f57b /mk/tools.mk
parent4b4faf040a81e68b9409ff0f0bb3b6a3e5a90965 (diff)
downloadpkgsrc-620a6af93099d092b42910dfe0a13ea9bd6f8d93.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/tools.mk')
-rw-r--r--mk/tools.mk4
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-*-*