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

Diff for /mandoc/Makefile between version 1.383 and 1.384

version 1.383, 2011/11/27 11:46:44 version 1.384, 2011/11/28 10:10:08
Line 27  CFLAGS   += -DUSE_WCHAR
Line 27  CFLAGS   += -DUSE_WCHAR
 # system that's not OpenBSD or NetBSD.  If uncommented, apropos(1),  # system that's not OpenBSD or NetBSD.  If uncommented, apropos(1),
 # mandocdb(8), and man.cgi will popen(3) manpath(1) to get the MANPATH  # mandocdb(8), and man.cgi will popen(3) manpath(1) to get the MANPATH
 # variable.  # variable.
 CFLAGS          += -DUSE_MANPATH  #CFLAGS         += -DUSE_MANPATH
   
 # If your system doesn't support static binaries, comment this.  # If your system supports static binaries only, uncomment this.
 #STATIC          = -static  #STATIC          = -static
   
 CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""  CFLAGS          += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\""

Legend:
Removed from v.1.383  
changed lines
  Added in v.1.384

CVSweb