Remove a check that should be always true.
Discussed with: pjd MFC after: 1 week
This commit is contained in:
parent
cb881f8f8e
commit
47d9159525
@ -476,10 +476,8 @@ _nxge= nxge
|
|||||||
_wpi= wpi
|
_wpi= wpi
|
||||||
_wpifw= wpifw
|
_wpifw= wpifw
|
||||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||||
.if exists(${.CURDIR}/../crypto/via)
|
|
||||||
_padlock= padlock
|
_padlock= padlock
|
||||||
.endif
|
.endif
|
||||||
.endif
|
|
||||||
_s3= s3
|
_s3= s3
|
||||||
_twa= twa
|
_twa= twa
|
||||||
_vesa= vesa
|
_vesa= vesa
|
||||||
@ -555,10 +553,8 @@ _nxge= nxge
|
|||||||
_opensolaris= opensolaris
|
_opensolaris= opensolaris
|
||||||
.endif
|
.endif
|
||||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||||
.if exists(${.CURDIR}/../crypto/via)
|
|
||||||
_padlock= padlock
|
_padlock= padlock
|
||||||
.endif
|
.endif
|
||||||
.endif
|
|
||||||
_pccard= pccard
|
_pccard= pccard
|
||||||
_rdma= rdma
|
_rdma= rdma
|
||||||
_s3= s3
|
_s3= s3
|
||||||
|
Loading…
Reference in New Issue
Block a user