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
|
||||
_wpifw= wpifw
|
||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||
.if exists(${.CURDIR}/../crypto/via)
|
||||
_padlock= padlock
|
||||
.endif
|
||||
.endif
|
||||
_s3= s3
|
||||
_twa= twa
|
||||
_vesa= vesa
|
||||
@ -555,10 +553,8 @@ _nxge= nxge
|
||||
_opensolaris= opensolaris
|
||||
.endif
|
||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||
.if exists(${.CURDIR}/../crypto/via)
|
||||
_padlock= padlock
|
||||
.endif
|
||||
.endif
|
||||
_pccard= pccard
|
||||
_rdma= rdma
|
||||
_s3= s3
|
||||
|
Loading…
Reference in New Issue
Block a user