summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.amd64
blob: 5e730bd6c62fa4051bba8c13af22526d3a62e700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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
OpenPOWER on IntegriCloud