mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
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:
parent
75f9bf73ec
commit
e9693da9e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117140
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user