freebsd-dev/stand/uboot/Makefile
Kyle Evans 81fa17d177 stand: Fix build after r330249
One does not simply convert to SUBDIR.yes in stand without making everything
else in the affected files SUBDIR.yes -- there are better ways to do this.
2018-03-01 21:46:01 +00:00

10 lines
102 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
SUBDIR.yes= lib
SUBDIR.${MK_FDT}+=fdt
.include <bsd.subdir.mk>