Install all bzip2.1 MLINKs from the same place.

Reported by:	antoine
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2019-08-28 21:01:51 +00:00
parent a89cd2a4bd
commit 69ac7c7671
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351587
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -6,8 +6,6 @@ BZ2DIR= ${SRCTOP}/contrib/bzip2
PROG= bzip2recover
MAN=
MLINKS+=bzip2.1 bzip2recover.1
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>