27132543a0
Use SUBDIR.${MK_*} where appropriate. r330248 eliminated most of the offenders, sweep the rest under the rug. Differential Revision: https://reviews.freebsd.org/D14545
10 lines
98 B
Makefile
10 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= lib
|
|
|
|
SUBDIR.${MK_FDT}+=fdt
|
|
|
|
.include <bsd.subdir.mk>
|