summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authortv <tv>2004-10-12 01:17:36 +0000
committertv <tv>2004-10-12 01:17:36 +0000
commitfaad1a3129efb4dd4208d38d024ba036748503f6 (patch)
tree9eee0eb527380573256fe40726fc651cc1ba2982 /mk/tools.mk
parent19d465d2a8a769f5ad61d27fd959fedabbdf0e94 (diff)
downloadpkgsrc-faad1a3129efb4dd4208d38d024ba036748503f6.tar.gz
Let's do another _TOOLS_REPLACE_OPSYS dance for Interix. It ships with a
version of gawk in /usr/contrib/bin, so use that instead.
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 5705c78af04..c2576f2a9e4 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.40 2004/10/11 23:38:54 tv Exp $
+# $NetBSD: tools.mk,v 1.41 2004/10/12 01:17:36 tv Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -151,7 +151,7 @@ _TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-*
# mk/platform/*.mk for the definitions), so no need to pull in the pkgsrc
# versions; we will use these instead.
#
-_TOOLS_REPLACE_OPSYS.awk+= SunOS-*-*
+_TOOLS_REPLACE_OPSYS.awk+= SunOS-*-* Interix-*-*
_TOOLS_REPLACE_OPSYS.grep+= SunOS-*-*
_TOOLS_REPLACE_OPSYS.lex+= # empty
_TOOLS_REPLACE_OPSYS.m4+= # empty