Author: kib
Date: Wed May 26 15:36:29 2010
New Revision: 208565
URL: http://svn.freebsd.org/changeset/base/208565
Log:
Remove a check that should be always true.
Discussed with: pjd
MFC after: 1 week
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Wed May 26 15:29:53 2010 (r208564)
+++ head/sys/modules/Makefile Wed May 26 15:36:29 2010 (r208565)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"