svn commit: r350634 - stable/12/usr.bin/bzip2recover
Mark Johnston
markj at FreeBSD.org
Tue Aug 6 14:39:03 UTC 2019
Author: markj
Date: Tue Aug 6 14:39:02 2019
New Revision: 350634
URL: https://svnweb.freebsd.org/changeset/base/350634
Log:
MFC r350544:
Add bzip2recover.1.
Modified:
stable/12/usr.bin/bzip2recover/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.bin/bzip2recover/Makefile
==============================================================================
--- stable/12/usr.bin/bzip2recover/Makefile Tue Aug 6 14:38:44 2019 (r350633)
+++ stable/12/usr.bin/bzip2recover/Makefile Tue Aug 6 14:39:02 2019 (r350634)
@@ -6,6 +6,8 @@ BZ2DIR= ${SRCTOP}/contrib/bzip2
PROG= bzip2recover
MAN=
+MLINKS+=bzip2.1 bzip2recover.1
+
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>
More information about the svn-src-stable-12
mailing list