diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-02 22:24:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-02 22:24:35 +0000 |
commit | 260f9c06d5ca2e268f17703f0f59981917dc89ec (patch) | |
tree | c3da29e12a4de3635612b1aa310fd0176f113e9b /mk/tools.mk | |
parent | 411abe513c0a1f8265319380f4cca8dee258f0e7 (diff) | |
download | pkgsrc-260f9c06d5ca2e268f17703f0f59981917dc89ec.tar.gz |
Some updates for DragonFly from Todd Willey via tech-pkg.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r-- | mk/tools.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index d8f7e232987..3b74bbb8a74 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.45 2004/10/14 11:41:40 grant Exp $ +# $NetBSD: tools.mk,v 1.46 2004/11/02 22:24:35 wiz Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -134,16 +134,16 @@ USE_GNU_TOOLS?= # empty # instead. # _TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-* -_TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-* +_TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-* -_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-* +_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-* -_TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-* +_TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.m4+= # empty _TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-* _TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Linux-*-* -_TOOLS_OPSYS_HAS_GNU.patch+= NetBSD-*-* OpenBSD-*-* -_TOOLS_OPSYS_HAS_GNU.sed+= FreeBSD-*-* Linux-*-* NetBSD-*-* +_TOOLS_OPSYS_HAS_GNU.patch+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* +_TOOLS_OPSYS_HAS_GNU.sed+= FreeBSD-*-* Linux-*-* NetBSD-*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.yacc+= Linux-*-* # These platforms have GNUish versions of the tools available in the base |