summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-06-30 13:09:13 +0000
committernyan <nyan@FreeBSD.org>2004-06-30 13:09:13 +0000
commitde83878d91e1768ba6a305af198920ea7e0da6a6 (patch)
treea593110737591e1ce681e3ddd3285fd99c684821 /sys/modules
parent91f649862ba818f725de4dbbae946f759c67f63d (diff)
downloadFreeBSD-src-de83878d91e1768ba6a305af198920ea7e0da6a6.zip
FreeBSD-src-de83878d91e1768ba6a305af198920ea7e0da6a6.tar.gz
The ahb module is not needed for pc98.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
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
OpenPOWER on IntegriCloud