summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-09-11 01:28:05 +0000
committerobrien <obrien@FreeBSD.org>2005-09-11 01:28:05 +0000
commitacd336fc161f3fdbe1b789e7164f8e36ae37957d (patch)
tree8e43a7e169a5dac118d8136c4cff7fcb4ccd86b2 /sys/conf/kern.pre.mk
parentec43c1e2cfeaef71fb2f6d9e364fe17bd5b1a1d1 (diff)
downloadFreeBSD-src-acd336fc161f3fdbe1b789e7164f8e36ae37957d.zip
FreeBSD-src-acd336fc161f3fdbe1b789e7164f8e36ae37957d.tar.gz
Don't pollute the entire kernel build with -I$S/contrib/ngatm.
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index affda42..3059609 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -64,9 +64,6 @@ INCLUDES+= -I$S/contrib/pf
# ... and the same for Atheros HAL
INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd
-# ... and the same for the NgATM stuff
-INCLUDES+= -I$S/contrib/ngatm
-
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG}
CFLAGS+= ${INCLUDES} -D_KERNEL -include opt_global.h
.if ${CC} != "icc"
OpenPOWER on IntegriCloud