2000-10-16 10:46:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-02-26 03:16:04 +00:00
|
|
|
NO_OBJ=t
|
|
|
|
|
2017-11-10 23:54:24 +00:00
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
|
|
|
SUBDIR= boot1.chrp ofw uboot
|
|
|
|
.if ${MK_FDT} == "yes"
|
|
|
|
SUBDIR+= kboot
|
|
|
|
.endif
|
2000-10-16 10:46:22 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|