From 69ac7c76713a1076708c745652ade69286fb2d00 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 28 Aug 2019 21:01:51 +0000 Subject: [PATCH] Install all bzip2.1 MLINKs from the same place. Reported by: antoine MFC after: 3 days Sponsored by: The FreeBSD Foundation --- usr.bin/bzip2/Makefile | 4 +++- usr.bin/bzip2recover/Makefile | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index c743262d8c81..bbaf050b3fe5 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -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 diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 5d838bf013a0..7cbb5482f3a6 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -6,8 +6,6 @@ BZ2DIR= ${SRCTOP}/contrib/bzip2 PROG= bzip2recover MAN= -MLINKS+=bzip2.1 bzip2recover.1 - NO_WMISSING_VARIABLE_DECLARATIONS= .include