mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
13 lines
177 B
Makefile
13 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>
|