=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.91 retrieving revision 1.92 diff -c -r1.91 -r1.92 *** src/usr.bin/mandoc/Makefile 2015/02/16 16:18:02 1.91 --- src/usr.bin/mandoc/Makefile 2015/03/14 21:33:18 1.92 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.91 2015/02/16 16:18:02 schwarze Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.92 2015/03/14 21:33:18 schwarze Exp $ .include *************** *** 26,32 **** ${BINDIR}/mandoc /usr/sbin/makewhatis \ ${BINDIR}/mandoc /usr/libexec/makewhatis ! MAN = apropos.1 man.1 mandoc.1 whatis.1 makewhatis.8 CLEANFILES += man.cgi cgi.o --- 26,33 ---- ${BINDIR}/mandoc /usr/sbin/makewhatis \ ${BINDIR}/mandoc /usr/libexec/makewhatis ! MAN = apropos.1 man.1 mandoc.1 makewhatis.8 ! MLINKS= apropos.1 whatis.1 CLEANFILES += man.cgi cgi.o