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:
parent
d5a7659334
commit
841ed6bb99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user