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

This commit is contained in:
obrien 2006-07-17 18:43:16 +00:00
parent 07bf4cebfe
commit a643001651

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