diff options
-rw-r--r-- | sys/conf/kern.pre.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index a38c04b..9a8ed23 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -48,11 +48,8 @@ NOSTDINC= -nostdinc 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. -INCLUDES+= -I$S/contrib/dev/acpica - -# ... and the same for altq +# This hack lets us use the OpenBSD altq code without spamming a new +# include path into contrib'ed source files. INCLUDES+= -I$S/contrib/altq # ... and the same for Atheros HAL when the author builds it from |