summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/amldb/Makefile
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-11-09 06:24:45 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-11-09 06:24:45 +0000
commitca4f508b6619fdac095ed9664f0108c037f508d1 (patch)
tree7bfe18a4d1af81cf07ff487837a76642924ced49 /usr.sbin/acpi/amldb/Makefile
parent198012d9f5b2fd844dee3b90872efdcfdb882a49 (diff)
downloadFreeBSD-src-ca4f508b6619fdac095ed9664f0108c037f508d1.zip
FreeBSD-src-ca4f508b6619fdac095ed9664f0108c037f508d1.tar.gz
Move old aml interpreter code to amldb/aml/. This will be used for our
reference and comparison with ACPICA aml interpreter's behavior.
Diffstat (limited to 'usr.sbin/acpi/amldb/Makefile')
-rw-r--r--usr.sbin/acpi/amldb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acpi/amldb/Makefile b/usr.sbin/acpi/amldb/Makefile
index e0f92a5..e518eb8 100644
--- a/usr.sbin/acpi/amldb/Makefile
+++ b/usr.sbin/acpi/amldb/Makefile
@@ -6,7 +6,7 @@ SRCS= amldb.c debug.c region.c
SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c aml_obj.c aml_evalobj.c aml_common.c
MAN8= amldb.8
#DEBUG_FLAGS= -g
-CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}
.include <bsd.prog.mk>
-.PATH: ${.CURDIR}/../../../sys/dev/acpi/aml
+.PATH: ${.CURDIR}/aml
OpenPOWER on IntegriCloud