4d6fa83c73
Reported by: imp
14 lines
177 B
Makefile
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>
|