summaryrefslogtreecommitdiffstats
path: root/stand/Makefile.i386
blob: fb53744ab5aef714ccb089a42df984480ae084de (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
SUBDIR+=		geli
.endif
.if ${MK_ZFS} != "no"
SUBDIR+=		zfs
.endif

SUBDIR+=		efi
OpenPOWER on IntegriCloud