=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/mandoc/Makefile 2014/03/21 22:17:01 1.75 --- src/usr.bin/mandoc/Makefile 2014/04/18 10:00:48 1.76 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.75 2014/03/21 22:17:01 schwarze Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.76 2014/04/18 10:00:48 schwarze Exp $ .include *************** *** 20,25 **** PROG= mandoc ! MAN= mandoc.1 .include --- 20,30 ---- PROG= mandoc ! LINKS = ${BINDIR}/mandoc ${BINDIR}/apropos \ ! ${BINDIR}/mandoc ${BINDIR}/whatis \ ! ${BINDIR}/mandoc /usr/sbin/makewhatis \ ! ${BINDIR}/mandoc /usr/libexec/makewhatis ! ! MAN = apropos.1 mandoc.1 whatis.1 makewhatis.8 .include