summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-15 13:41:43 +0000
committergrant <grant@pkgsrc.org>2004-06-15 13:41:43 +0000
commit6c1ca0681886823e023a8cc4f58539ba73617821 (patch)
tree4fff71ade4030b2f1a08f82b47fdee94b5b6755d /mk
parentf8abd2eec8239172f00058b621bbd5aed0d602cb (diff)
downloadpkgsrc-6c1ca0681886823e023a8cc4f58539ba73617821.tar.gz
NetBSD 2.0 and above does not have GNU awk, make it so.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index 230e570c466..9f885a0337c 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.34 2004/04/27 21:05:38 dmcmahill Exp $
+# $NetBSD: tools.mk,v 1.35 2004/06/15 13:41:43 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,8 +131,8 @@ USE_GNU_TOOLS?= # empty
# system, so no need to pull in the pkgsrc versions; we will use these
# instead.
#
-_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.awk+= OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-*
_TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*