[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.88 and 1.89

version 1.88, 2014/12/13 15:30:52 version 1.89, 2014/12/14 17:55:37
Line 21 
Line 21 
 PROG=   mandoc  PROG=   mandoc
   
 LINKS = ${BINDIR}/mandoc ${BINDIR}/apropos \  LINKS = ${BINDIR}/mandoc ${BINDIR}/apropos \
           ${BINDIR}/mandoc ${BINDIR}/help \
           ${BINDIR}/mandoc ${BINDIR}/man \
         ${BINDIR}/mandoc ${BINDIR}/whatis \          ${BINDIR}/mandoc ${BINDIR}/whatis \
         ${BINDIR}/mandoc /usr/sbin/makewhatis \          ${BINDIR}/mandoc /usr/sbin/makewhatis \
         ${BINDIR}/mandoc /usr/libexec/makewhatis          ${BINDIR}/mandoc /usr/libexec/makewhatis
   
 MAN =   apropos.1 mandoc.1 whatis.1 makewhatis.8  MAN =   apropos.1 man.1 mandoc.1 whatis.1 makewhatis.8
   
 CLEANFILES += man.cgi cgi.o man.cgi.8.manlint  CLEANFILES += man.cgi cgi.o man.cgi.8.manlint
   

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89