/etc/src.conf wasn't visable for the kernel build.
This commit is contained in:
parent
07bf4cebfe
commit
a643001651
@ -3,6 +3,11 @@
|
||||
# Part of a unified Makefile for building kernels. This part contains all
|
||||
# of the definitions that need to be before %BEFORE_DEPEND.
|
||||
|
||||
SRCCONF?= /etc/src.conf
|
||||
.if exists(${SRCCONF})
|
||||
.include "${SRCCONF}"
|
||||
.endif
|
||||
|
||||
# Can be overridden by makeoptions or /etc/make.conf
|
||||
KERNEL_KO?= kernel
|
||||
KERNEL?= kernel
|
||||
|
Loading…
Reference in New Issue
Block a user