aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
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 6bac3f4956e7..db604ae5795c 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -53,7 +53,7 @@ INCLUDES+= -I/usr/include
# 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/Subsystem/Include
+INCLUDES+= -I$S/contrib/dev/acpica
COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}