[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.76 and 1.77

version 1.76, 2014/04/18 10:00:48 version 1.77, 2014/05/12 19:11:20
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
 LDADD   += -lsqlite3  DPADD += ${LIBUTIL}
   LDADD   += -lsqlite3 -lutil
   
 SRCS=   mandoc.c mandoc_aux.c read.c \  SRCS=   mandoc.c mandoc_aux.c read.c \
         roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c          roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c eqn.c

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77