mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
As the first step at making this more generic, move kboot to top level. Sponsored by: Netflix Reviewed by: luporl, tsoome Differential Revision: https://reviews.freebsd.org/D33513
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR.yes= boot1.chrp ofw
|
|
|
|
.include <bsd.subdir.mk>
|