9e74797f30
based on architecture. Sponsored by: Netflix
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_LOADER_GELI} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|