ca987d4641
Sponsored by: Netflix
11 lines
134 B
Makefile
11 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|
|
|
|
SUBDIR+= efi
|