Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2010 09:29:08 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r209291 - stable/8/sys/modules
Message-ID:  <201006180929.o5I9T8Y1015245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Jun 18 09:29:08 2010
New Revision: 209291
URL: http://svn.freebsd.org/changeset/base/209291

Log:
  MFC r208565:
  Remove a check that should be always true.

Modified:
  stable/8/sys/modules/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Fri Jun 18 09:25:00 2010	(r209290)
+++ stable/8/sys/modules/Makefile	Fri Jun 18 09:29:08 2010	(r209291)
@@ -462,10 +462,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
@@ -540,10 +538,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006180929.o5I9T8Y1015245>