mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+= fdt
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|
|
|
|
SUBDIR+= efi
|