summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-05 18:50:45 +0000
committerjkim <jkim@FreeBSD.org>2009-06-05 18:50:45 +0000
commitd0e44fd5779eca7e16548a30d919afcbeb2ef881 (patch)
tree43df3e14d718167d26d41331ba1f8879b4e3a990 /usr.sbin/acpi/Makefile.inc
parent6d358bddff8eb82625370b62ff77b8fc34b088c6 (diff)
downloadFreeBSD-src-d0e44fd5779eca7e16548a30d919afcbeb2ef881.zip
FreeBSD-src-d0e44fd5779eca7e16548a30d919afcbeb2ef881.tar.gz
Import ACPICA 20090521.
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc15
1 files changed, 14 insertions, 1 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index 3237afb..9d387bc 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -8,4 +8,17 @@ CFLAGS+= -I${.CURDIR}/../../../sys
.include "${.CURDIR}/../../Makefile.inc"
.endif
-.PATH: ${ACPICA_DIR} ${ACPICA_DIR}/compiler ${ACPICA_DIR}/common
+.PATH: ${ACPICA_DIR} \
+ ${ACPICA_DIR}/common \
+ ${ACPICA_DIR}/compiler \
+ ${ACPICA_DIR}/debugger \
+ ${ACPICA_DIR}/disassembler \
+ ${ACPICA_DIR}/dispatcher \
+ ${ACPICA_DIR}/events \
+ ${ACPICA_DIR}/executer \
+ ${ACPICA_DIR}/hardware \
+ ${ACPICA_DIR}/namespace \
+ ${ACPICA_DIR}/parser \
+ ${ACPICA_DIR}/resources \
+ ${ACPICA_DIR}/tables \
+ ${ACPICA_DIR}/utilities
OpenPOWER on IntegriCloud