mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6049
9 lines
122 B
Makefile
9 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= efi
|
|
SUBDIR+= libstand32
|
|
SUBDIR+= zfs
|
|
|
|
.if !defined(LOADER_NO_GELI_SUPPORT)
|
|
SUBDIR+= geli
|
|
.endif
|