xref: /trueos/sys/boot/uboot/Makefile (revision fd9c7ff5320b460878bd4f9a4264a2efbf79bc6c)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib
6
7.if ${MK_FDT} != "no"
8SUBDIR+=fdt
9.endif
10
11.include <bsd.subdir.mk>
12