summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-02 22:24:35 +0000
committerwiz <wiz@pkgsrc.org>2004-11-02 22:24:35 +0000
commit6af35801a0f02b31b031552fc98ffe05f59423bd (patch)
treec3da29e12a4de3635612b1aa310fd0176f113e9b /mk/tools.mk
parent786e3ef21e0c05f24c656e15b789a679ef92d55c (diff)
downloadpkgsrc-6af35801a0f02b31b031552fc98ffe05f59423bd.tar.gz
Some updates for DragonFly from Todd Willey via tech-pkg.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk12
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