freebsd-dev/sys/boot/Makefile.i386
Allan Jude 892bfb4bb2 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
2016-04-21 16:32:48 +00:00

10 lines
122 B
Makefile

# $FreeBSD$
SUBDIR+= efi
SUBDIR+= libstand32
SUBDIR+= zfs
.if !defined(LOADER_NO_GELI_SUPPORT)
SUBDIR+= geli
.endif