1# $FreeBSD: stable/11/stand/uboot/Makefile 332148 2018-04-06 19:54:10Z kevans $
2
3.include <bsd.init.mk>
4
5SUBDIR.yes=	lib
6
7SUBDIR.${MK_FDT}+=fdt
8
9.include <bsd.subdir.mk>
10