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