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

Diff for /mandoc/Makefile between version 1.419 and 1.420

version 1.419, 2014/04/24 00:29:45 version 1.420, 2014/06/20 02:55:49
Line 66  INSTALL_MAN  = $(INSTALL_DATA)
Line 66  INSTALL_MAN  = $(INSTALL_DATA)
 DBLIB            = -L/usr/local/lib -lsqlite3  DBLIB            = -L/usr/local/lib -lsqlite3
 DBBIN            = makewhatis manpage apropos  DBBIN            = makewhatis manpage apropos
   
   # OpenBSD has the ohash functions in libutil.
   # Comment the following line if your system doesn't.
   DBLIB           += -lutil
   
 # === END OF USER SETTINGS =============================================  # === END OF USER SETTINGS =============================================
   
 ALLBIN           = mandoc preconv demandoc $(DBBIN)  ALLBIN           = mandoc preconv demandoc $(DBBIN)

Legend:
Removed from v.1.419  
changed lines
  Added in v.1.420

CVSweb