Deleted Added
full compact
kern.pre.mk (162411) kern.pre.mk (162413)
1# $FreeBSD: head/sys/conf/kern.pre.mk 162411 2006-09-18 16:30:28Z sam $
1# $FreeBSD: head/sys/conf/kern.pre.mk 162413 2006-09-18 16:49:15Z sam $
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

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

62
63# ... and the same for ipfilter
64INCLUDES+= -I$S/contrib/ipfilter
65
66# ... and the same for pf
67INCLUDES+= -I$S/contrib/pf
68
69# ... and the same for Atheros HAL
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

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

62
63# ... and the same for ipfilter
64INCLUDES+= -I$S/contrib/ipfilter
65
66# ... and the same for pf
67INCLUDES+= -I$S/contrib/pf
68
69# ... and the same for Atheros HAL
70INCLUDES+= -I$S/contrib/dev/ath/freebsd
70INCLUDES+= -I$S/dev/ath
71
72# ... and the same for the NgATM stuff
73INCLUDES+= -I$S/contrib/ngatm
74
75# .. and the same for twa
76INCLUDES+= -I$S/dev/twa
77
78# ... and XFS

--- 83 unchanged lines hidden ---
71
72# ... and the same for the NgATM stuff
73INCLUDES+= -I$S/contrib/ngatm
74
75# .. and the same for twa
76INCLUDES+= -I$S/dev/twa
77
78# ... and XFS

--- 83 unchanged lines hidden ---