[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.58 and 1.59

version 1.58, 2011/09/17 14:45:22 version 1.59, 2011/09/18 10:25:28
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 VERSION=1.11.4  CFLAGS+=-DVERSION=\"1.11.5\"
 CFLAGS+=-DVERSION=\"${VERSION}\"  
 CFLAGS+=-W -Wall -Wstrict-prototypes  CFLAGS+=-W -Wall -Wstrict-prototypes
   
 .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"  .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4"
Line 15 
Line 14 
         mdoc_argv.c mdoc_validate.c lib.c att.c \          mdoc_argv.c mdoc_validate.c lib.c att.c \
         arch.c vol.c msec.c st.c          arch.c vol.c msec.c st.c
 SRCS+=  man_macro.c man.c man_hash.c man_validate.c  SRCS+=  man_macro.c man.c man_hash.c man_validate.c
 SRCS+=  main.c mdoc_term.c chars.c term.c tree.c man_term.c  SRCS+=  main.c mdoc_term.c chars.c term.c tree.c man_term.c eqn_term.c
 SRCS+=  mdoc_man.c  SRCS+=  mdoc_man.c
 SRCS+=  html.c mdoc_html.c man_html.c out.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
   
 PROG=   mandoc  PROG=   mandoc

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59