From 1f00798b3a78489b510261dc392a5b95531a17fb Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 30 Jun 2004 13:09:13 +0000 Subject: [PATCH] The ahb module is not needed for pc98. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 492a97940694..98052a750b2a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -279,7 +279,6 @@ _pf= pf # XXX some of these can move now, but are untested on other architectures. _3dfx= 3dfx _agp= agp -_ahb= ahb _aic= aic _amd= amd _aout= aout @@ -332,6 +331,7 @@ _xe= xe .if ${MACHINE} == "i386" _aac= aac _acpi= acpi +_ahb= ahb _arl= arl _asr= asr _bios= bios