summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-08-16 23:54:31 +0000
committergrant <grant@pkgsrc.org>2003-08-16 23:54:31 +0000
commitbd01fe09855598d569d74051193c20d758e60305 (patch)
treeb6e8f9e6bc2ce722455cd651555d84fb696cda01 /mk
parent02cce8b3fe49698df1c1f24c3b23c2114d1c5485 (diff)
downloadpkgsrc-bd01fe09855598d569d74051193c20d758e60305.tar.gz
put SunOS back in _TOOLS_REPLACE_OPSYS.sed.
Diffstat (limited to '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 e13de1377a2..f0220637a80 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.6 2003/08/16 23:49:27 grant Exp $
+# $NetBSD: tools.mk,v 1.7 2003/08/16 23:54:31 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -131,7 +131,7 @@ _TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-*
#
_TOOLS_REPLACE_OPSYS.awk+= SunOS-*-*
_TOOLS_REPLACE_OPSYS.grep+= SunOS-*-*
-_TOOLS_REPLACE_OPSYS.sed+= # empty
+_TOOLS_REPLACE_OPSYS.sed+= SunOS-*-*
# These platforms have completely unusable versions of these tools, and
# no suitable replacement is available.