freebsd-dev/stand/uboot/Makefile

12 lines
117 B
Makefile
Raw Normal View History

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