Deleted Added
full compact
kern.pre.mk (128688) kern.pre.mk (130416)
1# $FreeBSD: head/sys/conf/kern.pre.mk 128688 2004-04-27 16:38:15Z emax $
1# $FreeBSD: head/sys/conf/kern.pre.mk 130416 2004-06-13 17:29:10Z mlaier $
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
6# Can be overridden by makeoptions or /etc/make.conf
7KERNEL_KO?= kernel
8KERNEL?= kernel
9KODIR?= /boot/${KERNEL}

--- 36 unchanged lines hidden (view full) ---

46.endif
47
48INCLUDES= ${NOSTDINC} -I- ${INCLMAGIC} -I. -I$S
49
50# This hack lets us use the Intel ACPICA code without spamming a new
51# include path into 100+ source files.
52INCLUDES+= -I$S/contrib/dev/acpica
53
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
6# Can be overridden by makeoptions or /etc/make.conf
7KERNEL_KO?= kernel
8KERNEL?= kernel
9KODIR?= /boot/${KERNEL}

--- 36 unchanged lines hidden (view full) ---

46.endif
47
48INCLUDES= ${NOSTDINC} -I- ${INCLMAGIC} -I. -I$S
49
50# This hack lets us use the Intel ACPICA code without spamming a new
51# include path into 100+ source files.
52INCLUDES+= -I$S/contrib/dev/acpica
53
54# ... and the same for altq
55INCLUDES+= -I$S/contrib/altq
56
54# ... and the same for ipfilter
55INCLUDES+= -I$S/contrib/ipfilter
56
57# ... and the same for pf
58INCLUDES+= -I$S/contrib/pf
59
60# ... and the same for Atheros HAL
61INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd

--- 81 unchanged lines hidden ---
57# ... and the same for ipfilter
58INCLUDES+= -I$S/contrib/ipfilter
59
60# ... and the same for pf
61INCLUDES+= -I$S/contrib/pf
62
63# ... and the same for Atheros HAL
64INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd

--- 81 unchanged lines hidden ---