892bfb4bb2
Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6049
17 lines
206 B
Makefile
17 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libstand32
|
|
SUBDIR+= zfs
|
|
SUBDIR+= userboot
|
|
|
|
.if !defined(LOADER_NO_GELI_SUPPORT)
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= i386
|