diff options
Diffstat (limited to 'usr.sbin/acpi/amldb/Makefile')
-rw-r--r-- | usr.sbin/acpi/amldb/Makefile | 4 |
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 |