[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.19 and 1.20

version 1.19, 2009/10/19 09:16:58 version 1.20, 2009/10/21 19:13:50
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 VERSION=1.9.2  VERSION=1.9.9
 CFLAGS+=-DVERSION=\"${VERSION}\"  CFLAGS+=-DVERSION=\"${VERSION}\"
 CFLAGS+=-W -Wall -Wstrict-prototypes  CFLAGS+=-W -Wall -Wstrict-prototypes
 .if ${USE_GCC3:L} != "no"  .if ${USE_GCC3:L} != "no"
Line 15 
Line 15 
 SRCS+=  man_macro.c man.c man_hash.c man_validate.c \  SRCS+=  man_macro.c man.c man_hash.c man_validate.c \
         man_action.c man_argv.c          man_action.c man_argv.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
   SRCS+=  html.c mdoc_html.c man_html.c out.c
   
 PROG=     mandoc  PROG=     mandoc
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20