aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 15:41:44 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 15:41:44 +0000
commit74455e5526ceafbcb0693663631d2c50606e4f1a (patch)
tree198a4c54ee0080ede9ffc137f488e03e14699b6a /sys/conf/kern.pre.mk
parentf2e618d5b2d3b148afd39f679dfdae55ef0ff03d (diff)
downloadsrc-74455e5526ceafbcb0693663631d2c50606e4f1a.tar.gz
src-74455e5526ceafbcb0693663631d2c50606e4f1a.zip
Now that the pci include file location migration has been completed,
remove the -I$S/dev and -I@/dev which were there only for pci. # If I've broken something, please let me know.
Notes
Notes: svn path=/head/; revision=119307
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 38fca091493e..9f265ade2d83 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -23,7 +23,7 @@ COPTFLAGS?=-O -pipe
.if !defined(NO_CPU_COPTFLAGS)
COPTFLAGS+= ${_CPUCFLAGS}
.endif
-INCLUDES= -nostdinc -I- ${INCLMAGIC} -I. -I$S -I$S/dev
+INCLUDES= -nostdinc -I- ${INCLMAGIC} -I. -I$S
# This hack lets us use the Intel ACPICA code without spamming a new
# include path into 100+ source files.