2010-08-23 01:48:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-10-12 14:56:48 +00:00
|
|
|
SUBDIR+= libsa32
|
2017-11-10 23:54:31 +00:00
|
|
|
.if ${MK_ZFS} != "no"
|
2017-10-30 23:14:59 +00:00
|
|
|
SUBDIR+= zfs zfs32
|
2017-11-10 23:54:31 +00:00
|
|
|
.endif
|
2017-10-30 23:14:59 +00:00
|
|
|
.if ${MK_FORTH} != "no"
|
|
|
|
SUBDIR+= ficl32
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= efi
|
2011-06-30 16:08:56 +00:00
|
|
|
SUBDIR+= userboot
|
2014-04-03 21:18:03 +00:00
|
|
|
|
2017-12-04 01:14:12 +00:00
|
|
|
.if ${MK_LOADER_GELI} == "yes"
|
2016-04-21 16:32:48 +00:00
|
|
|
SUBDIR+= geli
|
|
|
|
.endif
|
|
|
|
|
2015-03-29 15:43:24 +00:00
|
|
|
SUBDIR+= i386
|