]> xenbits.xensource.com Git - freebsd.git/commitdiff
Install all bzip2.1 MLINKs from the same place.
authormarkj <markj@FreeBSD.org>
Wed, 28 Aug 2019 21:01:51 +0000 (21:01 +0000)
committermarkj <markj@FreeBSD.org>
Wed, 28 Aug 2019 21:01:51 +0000 (21:01 +0000)
Reported by: antoine
MFC after: 3 days
Sponsored by: The FreeBSD Foundation

usr.bin/bzip2/Makefile
usr.bin/bzip2recover/Makefile

index c743262d8c813022ce935d5c76d50c3449492ae5..bbaf050b3fe566525a87dd6b0137ae05a5b6b237 100644 (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 
index 5d838bf013a0ba0ae6ffb7b991418558bb1ac1ab..7cbb5482f3a634171ae1bc149214d1e081fe7eb9 100644 (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>