svn commit: r288668 - projects/release-pkg/sys/boot/forth

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 4 13:49:10 UTC 2015


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>


More information about the svn-src-projects mailing list