diff options
author | nyan <nyan@FreeBSD.org> | 2004-06-30 13:09:13 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-06-30 13:09:13 +0000 |
commit | de83878d91e1768ba6a305af198920ea7e0da6a6 (patch) | |
tree | a593110737591e1ce681e3ddd3285fd99c684821 | |
parent | 91f649862ba818f725de4dbbae946f759c67f63d (diff) | |
download | FreeBSD-src-de83878d91e1768ba6a305af198920ea7e0da6a6.zip FreeBSD-src-de83878d91e1768ba6a305af198920ea7e0da6a6.tar.gz |
The ahb module is not needed for pc98.
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 492a979..98052a7 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 |