diff options
| author | Benjamin Close <benjsc@FreeBSD.org> | 2007-12-08 12:44:59 +0000 |
|---|---|---|
| committer | Benjamin Close <benjsc@FreeBSD.org> | 2007-12-08 12:44:59 +0000 |
| commit | eb7309d73c3b8458c90632489aacb5a229c72637 (patch) | |
| tree | 7ea77cf1634fbe3855ecc683bc67ceb324f237a0 /sys/modules | |
| parent | d00e12931201f2c54bcc2692532da0bcafd845d8 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 751917dbe0f7..b5d452a77a66 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -308,6 +308,8 @@ SUBDIR= ${_3dfx} \ wlan_tkip \ wlan_wep \ wlan_xauth \ + ${_wpi} \ + ${_wpifw} \ ${_xe} \ xfs \ xl \ @@ -462,6 +464,8 @@ _nfe= nfe _nve= nve _nvram= nvram _nxge= nxge +_wpi= wpi +_wpifw= wpifw .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) .if exists(${.CURDIR}/../crypto/via) _padlock= padlock @@ -534,6 +538,8 @@ _sppp= sppp _tmpfs= tmpfs _twa= twa _wi= wi +_wpi= wpi +_wpifw= wpifw .if ${MK_ZFS} != "no" || defined(ALL_MODULES) _zfs= zfs .endif |
