freebsd-dev/stand/powerpc/Makefile
2019-05-21 03:05:24 +00:00

14 lines
177 B
Makefile

# $FreeBSD$
NO_OBJ=t
.include <bsd.init.mk>
SUBDIR.yes= boot1.chrp ofw uboot
.if "${MACHINE_ARCH}" == "powerpc64"
SUBDIR.${MK_FDT}+= kboot
.endif
.include <bsd.subdir.mk>