1# $FreeBSD$ 2 3SUBDIR+= libsa32 4.if ${MK_ZFS} != "no" 5SUBDIR+= zfs zfs32 6.endif 7.if ${MK_FORTH} != "no" 8SUBDIR+= ficl32 9.endif 10.if ${MK_LOADER_LUA} != "no" 11SUBDIR+= liblua32 12.endif 13 14SUBDIR+= efi 15SUBDIR+= userboot 16 17.if ${MK_LOADER_GELI} == "yes" 18SUBDIR+= geli 19.endif 20 21SUBDIR+= i386 22