summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2006-03-17 13:06:19 +0000
committernyan <nyan@FreeBSD.org>2006-03-17 13:06:19 +0000
commit58f77a71b1e6590908ed97943768e4e23216aab4 (patch)
tree4885f8b108b15f6a4d3b948b866a8d6d2f49a96d /sys/modules
parentadc178a6ae16a56157a3e31fdc17aafa912937c7 (diff)
downloadFreeBSD-src-58f77a71b1e6590908ed97943768e4e23216aab4.zip
FreeBSD-src-58f77a71b1e6590908ed97943768e4e23216aab4.tar.gz
Don't build the ipw and iwi on pc98.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 28e3846..f17210d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -352,8 +352,6 @@ _ibcs2= ibcs2
_ie= ie
_if_ndis= if_ndis
_io= io
-_ipw= ipw
-_iwi= iwi
_linprocfs= linprocfs
_linux= linux
_lnc= lnc
@@ -405,6 +403,8 @@ _idt= idt
_iir= iir
_ipmi= ipmi
_ips= ips
+_ipw= ipw
+_iwi= iwi
_mly= mly
_nve= nve
.if !defined(NO_CRYPT) || defined(ALL_MODULES)
OpenPOWER on IntegriCloud