mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 19:19:23 -04:00
16 lines
203 B
Makefile
16 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libsa32
|
|
SUBDIR+= zfs
|
|
SUBDIR+= userboot
|
|
|
|
.if !defined(LOADER_NO_GELI_SUPPORT)
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= i386
|