Switch to proper MK_LOADER_GELI tests.

Submitted by: peter@
This commit is contained in:
Warner Losh 2017-12-04 01:14:12 +00:00
parent b61cdf0e4e
commit 4d32c2211e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326504
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"