Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least

until there is a fix for cross building available.
This commit is contained in:
Gordon Tetlow 2003-07-01 23:10:39 +00:00
parent 75f9bf73ec
commit e9693da9e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117140

View File

@ -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)