From b7d6f790c7141f5bb9d4c619faf42b54cd40e1c9 Mon Sep 17 00:00:00 2001 From: takawata Date: Mon, 18 Dec 2006 14:38:31 +0000 Subject: Oops, I forget to add amd64 as ACPI arch. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index cc214c1..f8315a5 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -446,7 +446,7 @@ _snc= snc .if ${MACHINE_ARCH} == "amd64" _aac= aac -#_acpi= acpi # doesn't work on amd64 yet as module +_acpi= acpi # doesn't work on amd64 yet as module _agp= agp _an= an _arcmsr= arcmsr -- cgit v1.1