mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Switch to proper MK_LOADER_GELI tests.
Submitted by: peter@
This commit is contained in:
parent
b61cdf0e4e
commit
4d32c2211e
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ SUBDIR+= ficl32
|
|||
SUBDIR+= efi
|
||||
SUBDIR+= userboot
|
||||
|
||||
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
||||
.if ${MK_LOADER_GELI} == "yes"
|
||||
SUBDIR+= geli
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
||||
.if ${MK_LOADER_GELI} == "yes"
|
||||
SUBDIR+= geli
|
||||
.endif
|
||||
.if ${MK_ZFS} != "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue