diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-09 10:07:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-09 10:07:21 +0000 |
commit | 4ab985a5b95565ff92ab400ab3170bdbdeeeb278 (patch) | |
tree | f6e4199653494b8542aae000bdf4738bfbcddd79 /mk | |
parent | c836718344e8dd4910be56590639fab502c00d9c (diff) | |
download | pkgsrc-4ab985a5b95565ff92ab400ab3170bdbdeeeb278.tar.gz |
Add FreeBSD-*-* to _TOOLS_OPSYS_HAS_GNU.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 b1c40d7c9ee..e6abe730037 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.29 2004/02/18 14:23:42 jlam Exp $ +# $NetBSD: tools.mk,v 1.30 2004/03/09 10:07:21 xtraeme Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -139,7 +139,7 @@ _TOOLS_OPSYS_HAS_GNU.m4+= # empty _TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-* _TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* _TOOLS_OPSYS_HAS_GNU.patch+= OpenBSD-*-* -_TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-* NetBSD-*-* +_TOOLS_OPSYS_HAS_GNU.sed+= FreBSD-*-* Linux-*-* NetBSD-*-* _TOOLS_OPSYS_HAS_GNU.yacc+= FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* # These platforms have GNUish versions of the tools available in the base |