[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Makefile between version 1.75 and 1.76

version 1.75, 2014/03/21 22:17:01 version 1.76, 2014/04/18 10:00:48
Line 20 
Line 20 
   
 PROG=   mandoc  PROG=   mandoc
   
 MAN=    mandoc.1  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 <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76