[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.102 and 1.103

version 1.102, 2016/07/10 10:03:15 version 1.103, 2016/08/01 10:32:39
Line 4 
Line 4 
   
 CFLAGS  += -W -Wall -Wstrict-prototypes -Wno-unused-parameter  CFLAGS  += -W -Wall -Wstrict-prototypes -Wno-unused-parameter
 DPADD += ${LIBUTIL}  DPADD += ${LIBUTIL}
 LDADD   += -lsqlite3 -lutil -lz  LDADD   += -lutil -lz
   
 SRCS=   mandoc.c mandoc_aux.c mandoc_ohash.c preconv.c read.c \  SRCS=   mandoc.c mandoc_aux.c mandoc_ohash.c preconv.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
Line 15 
Line 15 
 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+=  manpath.c mandocdb.c mansearch_const.c mansearch.c  SRCS+=  dbm_map.c dbm.c dba_write.c dba_array.c dba.c dba_read.c
   SRCS+=  manpath.c mandocdb.c mansearch.c
   
 PROG=   mandoc  PROG=   mandoc
   
Line 49 
Line 50 
                 chars.o msec.o preconv.o read.o                  chars.o msec.o preconv.o read.o
 HTML_OBJS =     html.o mdoc_html.o man_html.o tbl_html.o eqn_html.o out.o  HTML_OBJS =     html.o mdoc_html.o man_html.o tbl_html.o eqn_html.o out.o
 CGI_OBJS =      ${LIBMANDOC_OBJS} ${HTML_OBJS} \  CGI_OBJS =      ${LIBMANDOC_OBJS} ${HTML_OBJS} \
                 mansearch.o mansearch_const.o cgi.o                  dbm_map.o dbm.o mansearch.o cgi.o
   
 cgi.o: cgi.h main.h manconf.h mandoc.h mandoc_aux.h mansearch.h \  cgi.o: cgi.h main.h manconf.h mandoc.h mandoc_aux.h mansearch.h \
         man.h mdoc.h roff.h          man.h mdoc.h roff.h

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103