Date: Tue, 23 Jun 2015 03:56:06 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r284713 - stable/10/sys/boot/forth Message-ID: <201506230356.t5N3u6oc048525@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Tue Jun 23 03:56:05 2015 New Revision: 284713 URL: https://svnweb.freebsd.org/changeset/base/284713 Log: MFC r284672 (antoine): Install version.4th.8 again It was disconnected from installation in r281081, but was never removed from the tree or added to ObsoleteFiles.inc Modified: stable/10/sys/boot/forth/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/boot/forth/Makefile ============================================================================== --- stable/10/sys/boot/forth/Makefile Tue Jun 23 02:17:23 2015 (r284712) +++ stable/10/sys/boot/forth/Makefile Tue Jun 23 03:56:05 2015 (r284713) @@ -8,6 +8,7 @@ MAN+= beastie.4th.8 \ loader.conf.5 \ loader.4th.8 \ menu.4th.8 \ - menusets.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?201506230356.t5N3u6oc048525>