cee8ef91e3
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
10 lines
123 B
Makefile
10 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libsa32
|
|
SUBDIR+= zfs
|
|
|
|
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|