mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
4d32c2211e
Submitted by: peter@
11 lines
124 B
Makefile
11 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_LOADER_GELI} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|
|
|
|
SUBDIR+= efi
|