Switch to proper MK_LOADER_GELI tests.
Submitted by: peter@
This commit is contained in:
parent
b61cdf0e4e
commit
4d32c2211e
@ -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 New Issue
Block a user