aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bzip2recover
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-08-02 22:09:56 +0000
committerMark Johnston <markj@FreeBSD.org>2019-08-02 22:09:56 +0000
commit60f2e2e7020b99b4c553460ef5e32d1fe2b84e7e (patch)
tree49361158c1197692810df975addfb9cf3f0ddd68 /usr.bin/bzip2recover
parent6c99d1325e451d2bd9edb4396db21e72619bb643 (diff)
downloadsrc-60f2e2e7020b99b4c553460ef5e32d1fe2b84e7e.tar.gz
src-60f2e2e7020b99b4c553460ef5e32d1fe2b84e7e.zip
Add bzip2recover.1.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=350544
Diffstat (limited to 'usr.bin/bzip2recover')
-rw-r--r--usr.bin/bzip2recover/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile
index 7cbb5482f3a6..5d838bf013a0 100644
--- a/usr.bin/bzip2recover/Makefile
+++ b/usr.bin/bzip2recover/Makefile
@@ -6,6 +6,8 @@ BZ2DIR= ${SRCTOP}/contrib/bzip2
PROG= bzip2recover
MAN=
+MLINKS+=bzip2.1 bzip2recover.1
+
NO_WMISSING_VARIABLE_DECLARATIONS=
.include <bsd.prog.mk>