]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/uboot/Makefile
MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
[FreeBSD/FreeBSD.git] / sys / boot / uboot / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= lib
6
7 .if ${MK_FDT} != "no"
8 SUBDIR+=fdt
9 .endif
10
11 .include <bsd.subdir.mk>