diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-04-01 00:30:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-04-01 00:30:42 +0000 |
| commit | 841ed6bb99751f0fe981b120f6b30a485aa7444f (patch) | |
| tree | acdbbeb4fd86b6739e01acaf19e621336cf7784b /usr.sbin | |
| parent | d5a765933420ceb323927358e27565c25c3a9fcb (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -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 |
