Makefile revision 330123
1# $FreeBSD: stable/11/stand/powerpc/Makefile 330123 2018-02-28 18:31:35Z kevans $
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7SUBDIR=		boot1.chrp ofw uboot
8.if ${MK_FDT} == "yes"
9SUBDIR+=	kboot
10.endif
11
12.include <bsd.subdir.mk>
13