1# $FreeBSD: releng/10.3/sys/boot/Makefile.powerpc 271130 2014-09-04 20:35:53Z emaste $
2
3.if ${MK_FDT} != "no"
4SUBDIR+=		fdt
5.endif
6
7SUBDIR+=		libstand32
8SUBDIR+=		ofw
9SUBDIR+=		uboot
10