diff options
author | marcel <marcel@FreeBSD.org> | 2003-09-16 21:25:42 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-09-16 21:25:42 +0000 |
commit | 0dbec7d517bdf4738572df12337006b8f4ca0384 (patch) | |
tree | 2d0a9f65d772881c7be97a1e10292a138f3b41c5 /usr.sbin | |
parent | 6f2488dbbc95a5706ab0a65014f031d6edebf6d2 (diff) | |
download | FreeBSD-src-0dbec7d517bdf4738572df12337006b8f4ca0384.zip FreeBSD-src-0dbec7d517bdf4738572df12337006b8f4ca0384.tar.gz |
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
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 18c7f63..346cb7f 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) |