]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/uboot/Makefile
Move sys/boot to stand. Fix all references to new location
[FreeBSD/FreeBSD.git] / stand / uboot / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 SUBDIR= lib
6
7 .if ${MK_FDT} != "no"
8 SUBDIR+=fdt
9 .endif
10
11 .include <bsd.subdir.mk>