mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
8 lines
71 B
Makefile
8 lines
71 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_FDT} != "no"
|
|
SUBDIR+= fdt
|
|
.endif
|
|
|
|
SUBDIR+= efi
|