diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-03-17 13:06:19 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2006-03-17 13:06:19 +0000 |
| commit | f28f001e8deedef3b7969ddad3941e655e795ad7 (patch) | |
| tree | 4885f8b108b15f6a4d3b948b866a8d6d2f49a96d | |
| parent | 21f8c855ab193fd49988bc2d9b74fba35042633c (diff) | |
Notes
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 28e384692bb1..f17210deec21 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) |
