summaryrefslogtreecommitdiff
path: root/usr.sbin/acpitools
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpitools')
-rw-r--r--usr.sbin/acpitools/acpidump/Makefile4
-rw-r--r--usr.sbin/acpitools/amldb/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/acpitools/acpidump/Makefile b/usr.sbin/acpitools/acpidump/Makefile
index 0c344ec0e56..27e35764874 100644
--- a/usr.sbin/acpitools/acpidump/Makefile
+++ b/usr.sbin/acpitools/acpidump/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/01/23 21:22:50 christos Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/14 13:36:32 jmcneill Exp $
# $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $
-.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
+.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64")
CPPFLAGS+=-I${.CURDIR}/../../../sys -D_KERNTYPES
CPPFLAGS+=-I${.CURDIR}/..
PROG= acpidump
diff --git a/usr.sbin/acpitools/amldb/Makefile b/usr.sbin/acpitools/amldb/Makefile
index 835fa64a3a3..88e91a7bcef 100644
--- a/usr.sbin/acpitools/amldb/Makefile
+++ b/usr.sbin/acpitools/amldb/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2016/01/23 21:22:50 christos Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/14 13:36:32 jmcneill Exp $
# Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp
# $FreeBSD: src/usr.sbin/acpi/amldb/Makefile,v 1.7 2001/10/22 17:25:32 iwasaki Exp $
-.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
+.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64")
PROG= amldb
SRCS= amldb.c debug.c region.c
SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \