summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-29 09:47:50 +0000
committerphk <phk@FreeBSD.org>2000-10-29 09:47:50 +0000
commite96f5ed9b3717ccf4dcca29937101d43ffe25d1c (patch)
treef81661135007e1b28210a2c15fe940dbabfe3e3b /sys/conf/Makefile.pc98
parentd05d82d2fd36402ab7e3f569707f05f95ed1d57e (diff)
downloadFreeBSD-src-e96f5ed9b3717ccf4dcca29937101d43ffe25d1c.zip
FreeBSD-src-e96f5ed9b3717ccf4dcca29937101d43ffe25d1c.tar.gz
Add a hook for doing #include magic (for src/tools/tools/kerninclude).
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 386a9cb..8b33752 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -40,7 +40,7 @@ SIZE?= size
OBJCOPY?= objcopy
COPTFLAGS?=-O
-INCLUDES= -nostdinc -I- -I. -I$S
+INCLUDES= -nostdinc -I- ${INCLMAGIC} -I. -I$S
# This hack is to allow kernel compiles to succeed on machines w/out srcdist
.if exists($S/../include)
INCLUDES+= -I$S/../include
OpenPOWER on IntegriCloud