xref: /freebsd/stand/powerpc/Makefile (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1# $FreeBSD$
2
3NO_OBJ=t
4
5.include <bsd.init.mk>
6
7SUBDIR.yes=		boot1.chrp ofw uboot
8
9.if "${MACHINE_ARCH}" == "powerpc64"
10SUBDIR.${MK_FDT}+=	kboot
11.endif
12
13.include <bsd.subdir.mk>
14