diff options
author | grant <grant> | 2003-08-16 23:54:31 +0000 |
---|---|---|
committer | grant <grant> | 2003-08-16 23:54:31 +0000 |
commit | 92192460658aa76bc21460719555730394e072c2 (patch) | |
tree | b6e8f9e6bc2ce722455cd651555d84fb696cda01 /mk | |
parent | 00fdfd4eb73e95cc5f22a32390f0d4b44f07e5b6 (diff) | |
download | pkgsrc-92192460658aa76bc21460719555730394e072c2.tar.gz |
put SunOS back in _TOOLS_REPLACE_OPSYS.sed.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
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. |