diff options
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 39b8bfd..5f8ba1d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -174,9 +174,9 @@ SUBDIR= \ ${_iwifw} \ ${_iwn} \ ${_iwnfw} \ - ${_ixgb} \ ${_ix} \ ${_ixv} \ + ${_ixgb} \ ${_ixl} \ ${_ixlv} \ jme \ @@ -291,7 +291,6 @@ SUBDIR= \ ${_qlxgbe} \ ral \ ${_ralfw} \ - ${_random} \ rc4 \ ${_rdma} \ ${_rdrand_rng} \ @@ -395,9 +394,6 @@ _autofs= autofs _crypto= crypto _cryptodev= cryptodev .endif -.if exists(${.CURDIR}/../crypto) -_random= random -.endif .endif .if ${MK_CUSE} != "no" || defined(ALL_MODULES) @@ -512,6 +508,7 @@ _io= io .if ${MK_OFED} != "no" || defined(ALL_MODULES) _ipoib= ipoib .endif +_ix= ix _ixv= ixv _linprocfs= linprocfs _linsysfs= linsysfs |