1# $FreeBSD: releng/11.0/sys/boot/uboot/Makefile 273934 2014-11-01 17:12:44Z andrew $
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