svn commit: r351666 - in stable/12/usr.bin: bzip2 bzip2recover
Mark Johnston
markj at FreeBSD.org
Sun Sep 1 16:57:20 UTC 2019
Author: markj
Date: Sun Sep 1 16:57:19 2019
New Revision: 351666
URL: https://svnweb.freebsd.org/changeset/base/351666
Log:
MFC r351587:
Install all bzip2.1 MLINKs from the same place.
Modified:
stable/12/usr.bin/bzip2/Makefile
stable/12/usr.bin/bzip2recover/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/usr.bin/bzip2/Makefile
==============================================================================
--- stable/12/usr.bin/bzip2/Makefile Sun Sep 1 16:55:33 2019 (r351665)
+++ stable/12/usr.bin/bzip2/Makefile Sun Sep 1 16:57:19 2019 (r351666)
@@ -12,7 +12,9 @@ LIBADD= bz2
LINKS= ${BINDIR}/bzip2 ${BINDIR}/bunzip2
LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat
-MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1
+MLINKS= bzip2.1 bunzip2.1 \
+ bzip2.1 bzcat.1 \
+ bzip2.1 bzip2recover.1
REFFILES= sample1.ref sample2.ref sample3.ref
DREFFILES= sample1.bz2 sample2.bz2 sample3.bz2
Modified: stable/12/usr.bin/bzip2recover/Makefile
==============================================================================
--- stable/12/usr.bin/bzip2recover/Makefile Sun Sep 1 16:55:33 2019 (r351665)
+++ stable/12/usr.bin/bzip2recover/Makefile Sun Sep 1 16:57:19 2019 (r351666)
@@ -6,8 +6,6 @@ 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
mailing list