[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.60 and 1.61

version 1.60, 2011/09/18 15:54:48 version 1.61, 2011/10/06 23:04:16
Line 18 
Line 18 
 SRCS+=  mdoc_man.c  SRCS+=  mdoc_man.c
 SRCS+=  html.c mdoc_html.c man_html.c out.c eqn_html.c  SRCS+=  html.c mdoc_html.c man_html.c out.c eqn_html.c
 SRCS+=  term_ps.c term_ascii.c tbl_term.c tbl_html.c  SRCS+=  term_ps.c term_ascii.c tbl_term.c tbl_html.c
   SRCS+=  mandocdb.c apropos.c
   
 PROG=   mandoc  PROG=   mandoc
   
   LINKS=  ${BINDIR}/mandoc ${BINDIR}/mandocdb
   
   MAN=    mandoc.1 mandocdb.8
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61