From f769d59f8ca2e93804f153bb9d17c3809e59fe43 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 24 Oct 2005 04:40:37 +0000 Subject: [PATCH] We no longer need INCLUDES+= -I$S/contrib/dev/acpica. --- sys/conf/kern.pre.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index a38c04bfdcae..9a8ed23c93d2 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