As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --

I'm having bad luck with different parts of the sys tree being checked
out at slightly different times.  Back it out, noting it doesn't cause
harm in any case.  Tinderbox also makes these things more fun.
This commit is contained in:
Brian Feldman 2003-11-16 08:10:59 +00:00
parent d46b52859a
commit 75504450a1

View File

@ -80,9 +80,7 @@ CFLAGS+= -DKLD_MODULE
_ICFLAGS:= ${CFLAGS:M-I*}
CFLAGS+= -nostdinc -I- ${INCLMAGIC} ${_ICFLAGS}
.if defined(KERNBUILDDIR)
.for _optfile in global ddb
CFLAGS+= -include ${KERNBUILDDIR}/opt_${_optfile}.h
.endfor
CFLAGS+= -include ${KERNBUILDDIR}/opt_global.h
.endif
# Add -I paths for system headers. Individual KLD makefiles don't