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:
parent
a89cd2a4bd
commit
69ac7c7671
@ -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
|
||||
|
@ -6,8 +6,6 @@ BZ2DIR= ${SRCTOP}/contrib/bzip2
|
||||
PROG= bzip2recover
|
||||
MAN=
|
||||
|
||||
MLINKS+=bzip2.1 bzip2recover.1
|
||||
|
||||
NO_WMISSING_VARIABLE_DECLARATIONS=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user