summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-11 19:38:12 +0000
committertv <tv@pkgsrc.org>2004-03-11 19:38:12 +0000
commit649a33d816cb0cfce06719f59ed622847960e0b5 (patch)
tree4046d3f0c1e0357cacaca4c1a52647e5b7a3bd54 /mk
parentd97c3d58e10d74d8e6a67cad22b124c2ab0b282b (diff)
downloadpkgsrc-649a33d816cb0cfce06719f59ed622847960e0b5.tar.gz
Add Interix where appropriate, and fix a typo in _TOOLS_OPSYS_HAS_GNU.sed.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index e6abe730037..f5282b41572 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.30 2004/03/09 10:07:21 xtraeme Exp $
+# $NetBSD: tools.mk,v 1.31 2004/03/11 19:38:12 tv Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -131,15 +131,17 @@ USE_GNU_TOOLS?= # empty
# system, so no need to pull in the pkgsrc versions; we will use these
# instead.
#
-_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.m4+= # empty
_TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.patch+= OpenBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.sed+= FreBSD-*-* Linux-*-* NetBSD-*-*
+_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-*-*
# These platforms have GNUish versions of the tools available in the base