4ef84196c9
will depend on ficl having been built, and are set via bsd.arch.inc.mk we need to place this after ficl. As Makefile.amd64 is now late enough we can add the i386 directory to this.
13 lines
146 B
Makefile
13 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libstand32
|
|
SUBDIR+= zfs
|
|
SUBDIR+= userboot
|
|
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= i386
|