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
11 lines
128 B
Makefile
11 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR= boot1.chrp ofw uboot
|
|
SUBDIR.${MK_FDT}+= kboot
|
|
|
|
.include <bsd.subdir.mk>
|