Index: head/usr.bin/bzip2recover/Makefile =================================================================== --- head/usr.bin/bzip2recover/Makefile (revision 350543) +++ head/usr.bin/bzip2recover/Makefile (revision 350544) @@ -1,11 +1,13 @@ # $FreeBSD$ BZ2DIR= ${SRCTOP}/contrib/bzip2 .PATH: ${BZ2DIR} PROG= bzip2recover MAN= +MLINKS+=bzip2.1 bzip2recover.1 + NO_WMISSING_VARIABLE_DECLARATIONS= .include