ca987d4641
Sponsored by: Netflix
11 lines
120 B
Makefile
11 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+= fdt
|
|
.endif
|
|
.if ${MK_ZFS} != "no"
|
|
SUBDIR+= zfs
|
|
.endif
|
|
|
|
SUBDIR+= efi uboot
|