Add more guards to disable GELIBOOT by defining LOADER_NO_GELI_SUPPORT
Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6049
This commit is contained in:
parent
59e2f057b6
commit
892bfb4bb2
@ -3,9 +3,12 @@
|
||||
SUBDIR+= efi
|
||||
SUBDIR+= libstand32
|
||||
SUBDIR+= zfs
|
||||
SUBDIR+= geli
|
||||
SUBDIR+= userboot
|
||||
|
||||
.if !defined(LOADER_NO_GELI_SUPPORT)
|
||||
SUBDIR+= geli
|
||||
.endif
|
||||
|
||||
.if ${MK_FORTH} != "no"
|
||||
SUBDIR+= ficl32
|
||||
.endif
|
||||
|
@ -3,4 +3,7 @@
|
||||
SUBDIR+= efi
|
||||
SUBDIR+= libstand32
|
||||
SUBDIR+= zfs
|
||||
|
||||
.if !defined(LOADER_NO_GELI_SUPPORT)
|
||||
SUBDIR+= geli
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user