From owner-svn-src-stable-9@FreeBSD.ORG Tue May 29 16:21:43 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F242C106566C; Tue, 29 May 2012 16:21:43 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DC5A38FC15; Tue, 29 May 2012 16:21:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4TGLhL7089367; Tue, 29 May 2012 16:21:43 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4TGLhBg089365; Tue, 29 May 2012 16:21:43 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201205291621.q4TGLhBg089365@svn.freebsd.org> From: Josh Paetzel Date: Tue, 29 May 2012 16:21:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236244 - stable/9/usr.bin X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 16:21:44 -0000 Author: jpaetzel Date: Tue May 29 16:21:43 2012 New Revision: 236244 URL: http://svn.freebsd.org/changeset/base/236244 Log: MFC 235915: Hook up mkulzma to the build. Modified: stable/9/usr.bin/Makefile Directory Properties: stable/9/usr.bin/ (props changed) Modified: stable/9/usr.bin/Makefile ============================================================================== --- stable/9/usr.bin/Makefile Tue May 29 16:11:15 2012 (r236243) +++ stable/9/usr.bin/Makefile Tue May 29 16:21:43 2012 (r236244) @@ -105,6 +105,7 @@ SUBDIR= alias \ mkfifo \ mklocale \ mktemp \ + mkulzma \ mkuzip \ mt \ ncal \