aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-02-16 22:59:29 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-02-16 22:59:29 +0000
commita159c266a93c3c4f229864954c5f963acd8f60f2 (patch)
treed4ae2db1980d2ec7b164b1a5658fd2ae62569456 /usr.sbin/acpi/Makefile.inc
parent1556e63481fe32777f5b0770a8ad34405cef7f29 (diff)
parent5437485bdb98c4b00f15969e013c454426e9c862 (diff)
downloadsrc-a159c266a93c3c4f229864954c5f963acd8f60f2.tar.gz
src-a159c266a93c3c4f229864954c5f963acd8f60f2.zip
Notes
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index d729ed8a988e..54c115c91c7f 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -11,15 +11,15 @@ CFLAGS+= -I${.CURDIR}/../../../sys
.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}/components/debugger \
+ ${ACPICA_DIR}/components/disassembler \
+ ${ACPICA_DIR}/components/dispatcher \
+ ${ACPICA_DIR}/components/events \
+ ${ACPICA_DIR}/components/executer \
+ ${ACPICA_DIR}/components/hardware \
+ ${ACPICA_DIR}/components/namespace \
+ ${ACPICA_DIR}/components/parser \
+ ${ACPICA_DIR}/components/resources \
+ ${ACPICA_DIR}/components/tables \
+ ${ACPICA_DIR}/components/utilities \
${ACPICA_DIR}/os_specific/service_layers \
- ${ACPICA_DIR}/parser \
- ${ACPICA_DIR}/resources \
- ${ACPICA_DIR}/tables \
- ${ACPICA_DIR}/utilities