[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.422 and 1.423

version 1.422, 2014/07/10 00:31:10 version 1.423, 2014/07/12 18:32:47
Line 65  INSTALL_MAN  = $(INSTALL_DATA)
Line 65  INSTALL_MAN  = $(INSTALL_DATA)
 # the dependency on SQLite3, comment the following two lines.  # the dependency on SQLite3, comment the following two lines.
 DBLIB            = -L/usr/local/lib -lsqlite3  DBLIB            = -L/usr/local/lib -lsqlite3
 DBBIN            = makewhatis manpage apropos  DBBIN            = makewhatis manpage apropos
 DBBIN           += man.cgi  
   
   # To build man.cgi, copy cgi.h.example to cgi.h, edit it, and
   # either enable the following line or run "make man.cgi" by hand.
   #DBBIN          += man.cgi
   
 # OpenBSD has the ohash functions in libutil.  # OpenBSD has the ohash functions in libutil.
 # Comment the following line if your system doesn't.  # Comment the following line if your system doesn't.
 DBLIB           += -lutil  DBLIB           += -lutil
Line 250  msec.o: msec.in
Line 253  msec.o: msec.in
 roff.o: predefs.in  roff.o: predefs.in
 st.o: st.in  st.o: st.in
 vol.o: vol.in  vol.o: vol.in
   cgi.o: cgi.h
   
 $(LIBMAN_OBJS): libman.h  $(LIBMAN_OBJS): libman.h
 $(LIBMDOC_OBJS): libmdoc.h  $(LIBMDOC_OBJS): libmdoc.h

Legend:
Removed from v.1.422  
changed lines
  Added in v.1.423

CVSweb