summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-26 15:36:29 +0000
committerkib <kib@FreeBSD.org>2010-05-26 15:36:29 +0000
commit67c0f38a6d4837444dec17f1aeaec26448a414b1 (patch)
treeeca41fb2b8ede8c529d2652c9ed6f9e40ed4decd /sys/modules
parent21b2ea8d2f5e539f993a5b48f885539bc6c30d24 (diff)
downloadFreeBSD-src-67c0f38a6d4837444dec17f1aeaec26448a414b1.zip
FreeBSD-src-67c0f38a6d4837444dec17f1aeaec26448a414b1.tar.gz
Remove a check that should be always true.
Discussed with: pjd MFC after: 1 week
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 3a8db2d..8899140 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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
OpenPOWER on IntegriCloud