summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-07 16:51:50 +0000
committernjl <njl@FreeBSD.org>2003-08-07 16:51:50 +0000
commitc425e701326fd107f2b37e26bd1840447dd58f01 (patch)
tree8c1fbce5b430b65daa315d2403b3db210a283839 /usr.sbin/acpi/Makefile.inc
parentdf9de6c5cddb086d8d623c55d1cf800864f9fb29 (diff)
downloadFreeBSD-src-c425e701326fd107f2b37e26bd1840447dd58f01.zip
FreeBSD-src-c425e701326fd107f2b37e26bd1840447dd58f01.tar.gz
Add the acpidb and iasl utilities. This is not yet hooked up to the build.
Obtained from: acpicatools port by Iwasaki-san
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