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