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
This commit is contained in:
Warner Losh 2005-04-01 00:30:42 +00:00
parent d5a7659334
commit 841ed6bb99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144453

View File

@ -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