From owner-svn-src-projects@freebsd.org Sun Oct 4 13:49:10 2015 Return-Path: Delivered-To: svn-src-projects@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 1F957A1065B for ; Sun, 4 Oct 2015 13:49:10 +0000 (UTC) (envelope-from bapt@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 1136C11AC; Sun, 4 Oct 2015 13:49:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94Dn9v7038326; Sun, 4 Oct 2015 13:49:09 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94Dn9JQ038325; Sun, 4 Oct 2015 13:49:09 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201510041349.t94Dn9JQ038325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 4 Oct 2015 13:49:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r288668 - projects/release-pkg/sys/boot/forth X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 13:49:10 -0000 Author: bapt Date: Sun Oct 4 13:49:09 2015 New Revision: 288668 URL: https://svnweb.freebsd.org/changeset/base/288668 Log: Add a makefile that for some reason did not went through the merge. Added: projects/release-pkg/sys/boot/forth/Makefile (contents, props changed) Added: projects/release-pkg/sys/boot/forth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/release-pkg/sys/boot/forth/Makefile Sun Oct 4 13:49:09 2015 (r288668) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +MAN+= beastie.4th.8 \ + brand.4th.8 \ + check-password.4th.8 \ + color.4th.8 \ + delay.4th.8 \ + loader.conf.5 \ + loader.4th.8 \ + menu.4th.8 \ + menusets.4th.8 \ + version.4th.8 + +.include