LOADER_NO_GELI_SUPPORT. To disable geli support in the loader, define LOADER_GELI_SUPPORT=no. Proper warnings for for old build options to follow. Sponsored by: Netflix
17 lines
207 B
Makefile
17 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libsa32
|
|
SUBDIR+= zfs
|
|
SUBDIR+= userboot
|
|
|
|
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= i386
|