[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.99 and 1.100

version 1.99, 2015/10/20 02:00:49 version 1.100, 2015/10/22 22:05:42
Line 53 
Line 53 
                 mansearch.o mansearch_const.o cgi.o                  mansearch.o mansearch_const.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 \
         mdoc.h roff.h          man.h mdoc.h roff.h
   
 man.cgi: ${CGI_OBJS}  man.cgi: ${CGI_OBJS}
         ${CC} ${LDFLAGS} ${STATIC} -o ${.TARGET} ${CGI_OBJS} ${LDADD}          ${CC} ${LDFLAGS} ${STATIC} -o ${.TARGET} ${CGI_OBJS} ${LDADD}

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100