Fix buildkernel breakage, which was fall-out from the move of options to

src.opts.mk.
This commit is contained in:
Stefan Eßer 2014-05-06 11:12:56 +00:00
parent 089f02b006
commit 330fc53b66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265433
2 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ OBJCOPY?= objcopy
.error "Do not use KMODDEPS on 5.0+; use MODULE_VERSION/MODULE_DEPEND"
.endif
.include <src.opts.mk>
.include <bsd.init.mk>
.include <bsd.compiler.mk>

View File

@ -1,5 +1,6 @@
# $FreeBSD$
.include <src.opts.mk>
.include <bsd.own.mk>
.if ${MACHINE_CPUARCH} == "amd64"