summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-07 00:12:19 +0000
committerwiz <wiz@pkgsrc.org>2004-01-07 00:12:19 +0000
commitc55128c86f7eaa7ebaf4a5323c7ad2cd6b3676a6 (patch)
treeba184a9e551f004733d11e9a47e34d05af4a098c
parente9a249e705e88d6fc216a8f00944caaab97fbc4d (diff)
downloadpkgsrc-c55128c86f7eaa7ebaf4a5323c7ad2cd6b3676a6.tar.gz
Assume NetBSD's sed is good enough.
If problems arise, we can always remove it later. jlam@ agrees (see tech-pkg).
-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