=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- src/usr.bin/mandoc/Makefile 2012/01/10 09:45:13 1.67 +++ src/usr.bin/mandoc/Makefile 2012/01/16 08:42:38 1.68 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.67 2012/01/10 09:45:13 schwarze Exp $ +# $OpenBSD: Makefile,v 1.68 2012/01/16 08:42:38 schwarze Exp $ .include @@ -22,11 +22,6 @@ PROG= mandoc -LINKS= ${BINDIR}/mandoc ${BINDIR}/apropos -LINKS+= ${BINDIR}/mandoc ${BINDIR}/makewhatis -LINKS+= ${BINDIR}/mandoc ${BINDIR}/whatis -LINKS+= ${BINDIR}/mandoc /usr/libexec/makewhatis - -MAN= apropos.1 mandoc.1 makewhatis.8 whatis.1 +MAN= mandoc.1 .include