From owner-svn-src-all@FreeBSD.ORG Tue May 27 16:30:55 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89DFBF12; Tue, 27 May 2014 16:30:55 +0000 (UTC) Received: from svn.freebsd.org (svn.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 7730B2BCF; Tue, 27 May 2014 16:30:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RGUto9096821; Tue, 27 May 2014 16:30:55 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RGUtsa096819; Tue, 27 May 2014 16:30:55 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201405271630.s4RGUtsa096819@svn.freebsd.org> From: Warner Losh Date: Tue, 27 May 2014 16:30:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266756 - head/share/mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 16:30:55 -0000 Author: imp Date: Tue May 27 16:30:54 2014 New Revision: 266756 URL: http://svnweb.freebsd.org/changeset/base/266756 Log: Better documentation for why KERBEROS and OPENSSH are here, and where to look for all the other options that used to be here (well, in bsd.own.mk) Suggested by: des@ Modified: head/share/mk/bsd.opts.mk head/share/mk/bsd.own.mk Modified: head/share/mk/bsd.opts.mk ============================================================================== --- head/share/mk/bsd.opts.mk Tue May 27 16:17:25 2014 (r266755) +++ head/share/mk/bsd.opts.mk Tue May 27 16:30:54 2014 (r266756) @@ -40,8 +40,13 @@ ____: # that haven't been converted over. # -# Only these options are used by bsd.*.mk. Most seem legit, except maybe -# OPENSSH. +# Only these options are used by bsd.*.mk. KERBEROS and OPENSSH are +# unforutnately needed to support statically linking the entire +# tree. su(1) wouldn't link since it depends on PAM which depends on +# ssh libraries when building with OPENSSH, and likewise for KERBEROS. + +# All other variables used to build /usr/src live in src.opts.mk +# and variables from both files are documented in src.conf(5). __DEFAULT_YES_OPTIONS = \ ASSERT_DEBUG \ Modified: head/share/mk/bsd.own.mk ============================================================================== --- head/share/mk/bsd.own.mk Tue May 27 16:17:25 2014 (r266755) +++ head/share/mk/bsd.own.mk Tue May 27 16:30:54 2014 (r266756) @@ -122,7 +122,7 @@ .if !target(____) ____: -.include +.include # options now here or src.opts.mk .if !defined(_WITHOUT_SRCCONF)