=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- src/usr.bin/mandoc/Makefile 2012/01/05 23:03:57 1.66 +++ src/usr.bin/mandoc/Makefile 2012/01/10 09:45:13 1.67 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2012/01/05 23:03:57 schwarze Exp $ +# $OpenBSD: Makefile,v 1.67 2012/01/10 09:45:13 schwarze Exp $ .include @@ -23,11 +23,10 @@ PROG= mandoc LINKS= ${BINDIR}/mandoc ${BINDIR}/apropos -LINKS+= ${BINDIR}/mandoc ${BINDIR}/mandocdb +LINKS+= ${BINDIR}/mandoc ${BINDIR}/makewhatis LINKS+= ${BINDIR}/mandoc ${BINDIR}/whatis LINKS+= ${BINDIR}/mandoc /usr/libexec/makewhatis -MAN= apropos.1 mandoc.1 mandocdb.8 whatis.1 -MLINKS= mandocdb.8 makewhatis.8 +MAN= apropos.1 mandoc.1 makewhatis.8 whatis.1 .include