summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-11-03 04:25:55 +0000
committermarcel <marcel@FreeBSD.org>2003-11-03 04:25:55 +0000
commit15df21071cf0254e3341176b8f9f44de62d20939 (patch)
treefdee8d8e80d11d5e51e2f994e56edfe8ec3a363e /usr.sbin/Makefile
parent19f727b426310f34ab4fef188693870162be0078 (diff)
downloadFreeBSD-src-15df21071cf0254e3341176b8f9f44de62d20939.zip
FreeBSD-src-15df21071cf0254e3341176b8f9f44de62d20939.tar.gz
Build zzz(8) on ia64. It first checks ACPI before it checks for APM.
It will therefore always suspend using ACPI.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index cfcb0c3..a51a0aa 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -214,7 +214,8 @@ SUBDIR+=i4b
.endif
.if ${MACHINE_ARCH} == "ia64"
-SUBDIR+=acpi
+SUBDIR+=acpi \
+ zzz
.endif
# kgmon: builds, but no kernel profiling
OpenPOWER on IntegriCloud