From 0346a1de85ddfbebedee8b37eda43eb01ca9529e Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Tue, 16 Sep 2003 21:25:42 +0000 Subject: [PATCH] Add acpi to the build on ia64. The support for ACPI 2.0x has gotten to a point where we don't map the wrong (ie 32-bit) addresses. We don't always dump the right values yet, but that's not critical. Ok'd: njl --- usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 18c7f63ac60..346cb7f887b 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -211,6 +211,10 @@ SUBDIR+=i4b .endif +.if ${MACHINE_ARCH} == "ia64" +SUBDIR+=acpi +.endif + # kgmon: builds, but no kernel profiling # kgzip: builds, but missing support files # mptable: broken (not 64 bit clean)