ca987d4641
Sponsored by: Netflix
19 lines
242 B
Makefile
19 lines
242 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= libsa32
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs zfs32
|
|
.endif
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= userboot
|
|
|
|
.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
SUBDIR+= i386
|