mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+= fdt
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|
|
|
|
SUBDIR+= efi uboot
|