summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index 8804492..2fce920 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -1,8 +1,11 @@
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
-CFLAGS+= -I${.CURDIR}/../../../sys
+ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
+CFLAGS+= -I${.CURDIR}/../../../sys -I${ACPICA_DIR} -I${ACPICA_DIR}/compiler
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
+
+.PATH: ${ACPICA_DIR} ${ACPICA_DIR}/compiler ${ACPICA_DIR}/common
OpenPOWER on IntegriCloud