freebsd-dev/stand/uboot/Makefile
2017-11-14 23:02:19 +00:00

12 lines
117 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
SUBDIR= lib
.if ${MK_FDT} != "no"
SUBDIR+=fdt
.endif
.include <bsd.subdir.mk>