From e1ddc1ffec85de09dec54da8706f5f310f0a21be Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Apr 2005 00:30:42 +0000 Subject: 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 --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') 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 -- cgit v1.1