2000-10-16 10:46:22 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-02-26 03:16:04 +00:00
|
|
|
NO_OBJ=t
|
|
|
|
|
2017-11-10 23:54:24 +00:00
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
2018-03-01 21:46:01 +00:00
|
|
|
SUBDIR.yes= boot1.chrp ofw uboot
|
2019-05-21 01:42:57 +00:00
|
|
|
|
2019-05-21 03:05:24 +00:00
|
|
|
.if "${MACHINE_ARCH}" == "powerpc64"
|
2018-03-01 19:59:49 +00:00
|
|
|
SUBDIR.${MK_FDT}+= kboot
|
2019-05-21 01:42:57 +00:00
|
|
|
.endif
|
2000-10-16 10:46:22 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|