Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 13:49:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r288668 - projects/release-pkg/sys/boot/forth
Message-ID:  <201510041349.t94Dn9JQ038325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041349.t94Dn9JQ038325>