[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.72 and 1.73

version 1.72, 2013/12/31 00:40:19 version 1.73, 2014/01/02 17:05:02
Line 4 
Line 4 
   
 CFLAGS  += -DVERSION=\"1.13.0\"  CFLAGS  += -DVERSION=\"1.13.0\"
 CFLAGS  += -W -Wall -Wstrict-prototypes -Wno-unused-parameter  CFLAGS  += -W -Wall -Wstrict-prototypes -Wno-unused-parameter
 LDFLAGS += -lsqlite3  LDADD   += -lsqlite3
   
 SRCS=   roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c read.c  SRCS=   roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c mandoc.c read.c
 SRCS+=  mdoc_macro.c mdoc.c mdoc_hash.c \  SRCS+=  mdoc_macro.c mdoc.c mdoc_hash.c \

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73