1# $FreeBSD: releng/11.0/sys/boot/Makefile.powerpc 261614 2014-02-07 22:49:42Z emaste $
2
3.if ${MK_FDT} != "no"
4SUBDIR+=		fdt
5.endif
6
7SUBDIR+=		libstand32
8SUBDIR+=		ofw
9SUBDIR+=		uboot
10