mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 14:24:23 -05:00
One does not simply convert to SUBDIR.yes in stand without making everything else in the affected files SUBDIR.yes -- there are better ways to do this.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= boot1.chrp ofw uboot
|
|
SUBDIR.${MK_FDT}+= kboot
|
|
|
|
.include <bsd.subdir.mk>
|