Makefile revision 275763
1# $FreeBSD: stable/10/sys/boot/uboot/Makefile 275763 2014-12-14 15:33:45Z andrew $
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