blob: 969eee8dc63e3034906de8ceb08381d5c620f832 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD$
.include <bsd.init.mk>
SUBDIR= boot1.chrp ofw uboot
.if ${MACHINE_ARCH} != "powerpcspe"
SUBDIR+= ps3
.endif
.if ${MK_FDT} == "yes"
SUBDIR+= kboot
.endif
.include <bsd.subdir.mk>
|