81fa17d177
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.
10 lines
102 B
Makefile
10 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= lib
|
|
|
|
SUBDIR.${MK_FDT}+=fdt
|
|
|
|
.include <bsd.subdir.mk>
|