/etc/src.conf wasn't visable for the kernel build.

This commit is contained in:
David E. O'Brien 2006-07-17 18:43:16 +00:00
parent d55d96f617
commit d26b87a9b1
1 changed files with 5 additions and 0 deletions

View File

@ -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