summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/defs.Interix.mk4
-rw-r--r--mk/tools.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index 6b7a814d5b7..26b9028fb8a 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.13 2004/04/21 14:55:32 tv Exp $
+# $NetBSD: defs.Interix.mk,v 1.14 2004/04/22 03:36:30 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -47,7 +47,7 @@ MKDIR?= /bin/mkdir -p
MTREE?= ${LOCALBASE}/sbin/mtree
MV?= /bin/mv
NICE?= /bin/nice
-PATCH?= /bin/patch
+PATCH?= ${LOCALBASE}/bin/gpatch
.if exists(${LOCALBASE}/bin/pax)
PAX?= ${LOCALBASE}/bin/pax
.else
diff --git a/mk/tools.mk b/mk/tools.mk
index c8224316417..a8c72ca63dd 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.32 2004/03/29 14:03:09 grant Exp $
+# $NetBSD: tools.mk,v 1.33 2004/04/22 03:36:30 tv 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.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
_TOOLS_OPSYS_HAS_GNU.lex+= OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.m4+= # empty
_TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.patch+= Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-*
+_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.yacc+= Linux-*-*