From 1be90b4811c008a8b0eaf81db44a8b3d0ecf04b9 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 15 Mar 2006 20:58:44 +0000 Subject: build ipw(4) and iwi(4) modules on i386 and amd64 only. --- sys/modules/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys/modules/Makefile') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5462624..28e3846 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -118,10 +118,10 @@ SUBDIR= ${_3dfx} \ ip_mroute_mod \ ${_ipmi} \ ${_ips} \ - ipw \ + ${_ipw} \ isp \ ispfw \ - iwi \ + ${_iwi} \ joy \ kbdmux \ kue \ @@ -352,6 +352,8 @@ _ibcs2= ibcs2 _ie= ie _if_ndis= if_ndis _io= io +_ipw= ipw +_iwi= iwi _linprocfs= linprocfs _linux= linux _lnc= lnc @@ -455,6 +457,8 @@ _iir= iir _io= io _ipmi= ipmi _ips= ips +_ipw= ipw +_iwi= iwi #_lnc= lnc _mly= mly _ndis= ndis -- cgit v1.1