Switch to proper MK_LOADER_GELI tests.

Submitted by: peter@
This commit is contained in:
imp 2017-12-04 01:14:12 +00:00
parent 9a16464777
commit f4e991d6e3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ SUBDIR+= ficl32
SUBDIR+= efi
SUBDIR+= userboot
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
.if ${MK_LOADER_GELI} == "yes"
SUBDIR+= geli
.endif

View File

@ -1,6 +1,6 @@
# $FreeBSD$
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
.if ${MK_LOADER_GELI} == "yes"
SUBDIR+= geli
.endif
.if ${MK_ZFS} != "no"