svn commit: r208565 - head/sys/modules

Konstantin Belousov kib at FreeBSD.org
Wed May 26 15:36:30 UTC 2010


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


More information about the svn-src-all mailing list