From owner-svn-src-head@freebsd.org Sun Jul 5 14:15:59 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B07EE9447; Sun, 5 Jul 2015 14:15:59 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0CF91122; Sun, 5 Jul 2015 14:15:59 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65EFxnu044358; Sun, 5 Jul 2015 14:15:59 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65EFxWd044357; Sun, 5 Jul 2015 14:15:59 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201507051415.t65EFxWd044357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sun, 5 Jul 2015 14:15:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285160 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 14:15:59 -0000 Author: ian Date: Sun Jul 5 14:15:58 2015 New Revision: 285160 URL: https://svnweb.freebsd.org/changeset/base/285160 Log: Ensure all the required files get built when you include the IPSEC option. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Sun Jul 5 11:42:01 2015 (r285159) +++ head/sys/conf/files Sun Jul 5 14:15:58 2015 (r285160) @@ -3902,17 +3902,17 @@ ofed/drivers/infiniband/hw/mthca/mthca_u # crypto support opencrypto/cast.c optional crypto | ipsec -opencrypto/criov.c optional crypto -opencrypto/crypto.c optional crypto +opencrypto/criov.c optional crypto | ipsec +opencrypto/crypto.c optional crypto | ipsec opencrypto/cryptodev.c optional cryptodev -opencrypto/cryptodev_if.m optional crypto -opencrypto/cryptosoft.c optional crypto -opencrypto/cryptodeflate.c optional crypto -opencrypto/gmac.c optional crypto -opencrypto/gfmult.c optional crypto +opencrypto/cryptodev_if.m optional crypto | ipsec +opencrypto/cryptosoft.c optional crypto | ipsec +opencrypto/cryptodeflate.c optional crypto | ipsec +opencrypto/gmac.c optional crypto | ipsec +opencrypto/gfmult.c optional crypto | ipsec opencrypto/rmd160.c optional crypto | ipsec -opencrypto/skipjack.c optional crypto -opencrypto/xform.c optional crypto +opencrypto/skipjack.c optional crypto | ipsec +opencrypto/xform.c optional crypto | ipsec rpc/auth_none.c optional krpc | nfslockd | nfscl | nfsd rpc/auth_unix.c optional krpc | nfslockd | nfscl | nfsd rpc/authunix_prot.c optional krpc | nfslockd | nfscl | nfsd