From b5f85e2fdbe57c793be996cfebb9c55280048b24 Mon Sep 17 00:00:00 2001 From: nyan Date: Mon, 15 Nov 2004 13:28:03 +0000 Subject: PC98 does not have ACPI. --- sys/modules/acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index 4bea972..3fdaabf 100644 --- a/sys/modules/acpi/Makefile +++ b/sys/modules/acpi/Makefile @@ -4,7 +4,7 @@ .error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms" .endif -.if ${MACHINE_ARCH} != "i386" +.if ${MACHINE} != "i386" .error "The ACPI module is only for i386" .endif -- cgit v1.1