summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-01 00:30:42 +0000
committerimp <imp@FreeBSD.org>2005-04-01 00:30:42 +0000
commite1ddc1ffec85de09dec54da8706f5f310f0a21be (patch)
treeacdbbeb4fd86b6739e01acaf19e621336cf7784b /usr.sbin/Makefile
parentccca7719c7338c7bdf2336c7b175473bd0d6adc2 (diff)
downloadFreeBSD-src-e1ddc1ffec85de09dec54da8706f5f310f0a21be.zip
FreeBSD-src-e1ddc1ffec85de09dec54da8706f5f310f0a21be.tar.gz
There's no acpi in pc98 machines, nor do we build it into the kernel.
Therefore, don't build the acpi userland binaries either. OK'd by: nate
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 4e4b487..bc418db 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -269,7 +269,7 @@ _kgmon= kgmon
.endif
.if ${MACHINE_ARCH} == "i386"
-.if !defined(NO_ACPI)
+.if ${MACHINE} == "i386" && !defined(NO_ACPI)
_acpi= acpi
.endif
_apm= apm
OpenPOWER on IntegriCloud