From e9693da9e1dd21b3073a987a3ca14d6cf17ffd6d Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Tue, 1 Jul 2003 23:10:39 +0000 Subject: [PATCH] Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least until there is a fix for cross building available. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 39f7881d583..7608f2b4eb6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -66,7 +66,7 @@ SUBDIR+= kerberos5 .if exists(${.CURDIR}/libexec) SUBDIR+= libexec .endif -.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) +.if exists(${.CURDIR}/rescue) && defined(RESCUE) SUBDIR+= rescue .endif .if exists(${.CURDIR}/sbin)