From owner-svn-src-all@FreeBSD.ORG Tue Apr 29 14:52:40 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 222FEBD3; Tue, 29 Apr 2014 14:52:40 +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 0FA3FE3F; Tue, 29 Apr 2014 14:52:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3TEqdGW084652; Tue, 29 Apr 2014 14:52:39 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3TEqdcn084651; Tue, 29 Apr 2014 14:52:39 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201404291452.s3TEqdcn084651@svn.freebsd.org> From: Warner Losh Date: Tue, 29 Apr 2014 14:52:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265093 - 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.17 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, 29 Apr 2014 14:52:40 -0000 Author: imp Date: Tue Apr 29 14:52:39 2014 New Revision: 265093 URL: http://svnweb.freebsd.org/changeset/base/265093 Log: NLS is used by the build system. Modified: head/share/mk/bsd.opts.mk Modified: head/share/mk/bsd.opts.mk ============================================================================== --- head/share/mk/bsd.opts.mk Tue Apr 29 14:46:45 2014 (r265092) +++ head/share/mk/bsd.opts.mk Tue Apr 29 14:52:39 2014 (r265093) @@ -56,6 +56,7 @@ __DEFAULT_YES_OPTIONS = \ MAN \ MANCOMPRESS \ NIS \ + NLS \ OPENSSH \ PROFILE \ SSP \ @@ -149,7 +150,6 @@ __DEFAULT_YES_OPTIONS = \ NDIS \ NETCAT \ NETGRAPH \ - NLS \ NLS_CATALOGS \ NS_CACHING \ NTP \