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