9e74797f30
based on architecture. Sponsored by: Netflix
21 lines
273 B
Makefile
21 lines
273 B
Makefile
# $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+= userboot
|
|
|
|
.if ${MK_LOADER_GELI} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
SUBDIR+= i386
|