summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorwiz <wiz>2004-01-07 00:12:19 +0000
committerwiz <wiz>2004-01-07 00:12:19 +0000
commit4c86a5ca8c09ef3bac4882a1228441b448a6656e (patch)
treeba184a9e551f004733d11e9a47e34d05af4a098c /mk/tools.mk
parentd427ca8253db984f3e3bef20ef8f35154dde49a4 (diff)
downloadpkgsrc-4c86a5ca8c09ef3bac4882a1228441b448a6656e.tar.gz
Assume NetBSD's sed is good enough.
If problems arise, we can always remove it later. jlam@ agrees (see tech-pkg).
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 bc932b99a95..83b6a94333b 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.18 2003/12/23 01:38:12 grant Exp $
+# $NetBSD: tools.mk,v 1.19 2004/01/07 00:12:19 wiz Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -132,7 +132,7 @@ _TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.m4+= # empty
_TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-*
+_TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-* NetBSD-*-*
# These platforms have GNUish versions of the tools available in the base
# system, which we already define as ${AWK}, ${SED}, etc. (refer to