aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile.i386
blob: 1936f593da3fa21ea0a37dc8c28a172b930fa1ae (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$

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