mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
18 lines
232 B
Makefile
18 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= libsa32
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs zfs32
|
|
.endif
|
|
.if ${MK_FORTH} != "no"
|
|
SUBDIR+= ficl32
|
|
.endif
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= userboot
|
|
|
|
.if ${MK_LOADER_GELI} == "yes"
|
|
SUBDIR+= geli
|
|
.endif
|
|
|
|
SUBDIR+= i386
|