summaryrefslogtreecommitdiff
path: root/usr.bin/bzip2recover
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-08-28 21:01:51 +0000
committerMark Johnston <markj@FreeBSD.org>2019-08-28 21:01:51 +0000
commit69ac7c76713a1076708c745652ade69286fb2d00 (patch)
tree3773c455ba914f1b11afbfd998b4dc2379b51424 /usr.bin/bzip2recover
parenta89cd2a4bd751f9fd832c47aeb0d48ed093ab95f (diff)
downloadsrc-test-69ac7c76713a1076708c745652ade69286fb2d00.tar.gz
src-test-69ac7c76713a1076708c745652ade69286fb2d00.zip
Install all bzip2.1 MLINKs from the same place.
Reported by: antoine MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=351587
Diffstat (limited to 'usr.bin/bzip2recover')
-rw-r--r--usr.bin/bzip2recover/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
index 5d838bf013a0b..7cbb5482f3a63 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 <bsd.prog.mk>