Deleted Added
sdiff udiff text old ( 179665 ) new ( 180012 )
full compact
1# $FreeBSD: head/sys/conf/kern.pre.mk 179665 2008-06-09 06:31:17Z jb $
2
3# Part of a unified Makefile for building kernels. This part contains all
4# of the definitions that need to be before %BEFORE_DEPEND.
5
6SRCCONF?= /etc/src.conf
7.if exists(${SRCCONF})
8.include "${SRCCONF}"
9.endif
10
11# Can be overridden by makeoptions or /etc/make.conf
12KERNEL_KO?= kernel
13KERNEL?= kernel
14KODIR?= /boot/${KERNEL}
15LDSCRIPT_NAME?= ldscript.$M
16LDSCRIPT?= $S/conf/${LDSCRIPT_NAME}
17

--- 150 unchanged lines hidden ---