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

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

SUBDIR+=		efi
OpenPOWER on IntegriCloud