diff options
| -rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 4e4b487e959c..bc418dbeb1e1 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 |
