mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue