From 58f77a71b1e6590908ed97943768e4e23216aab4 Mon Sep 17 00:00:00 2001 From: nyan Date: Fri, 17 Mar 2006 13:06:19 +0000 Subject: Don't build the ipw and iwi on pc98. --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') 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) -- cgit v1.1