[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.README between version 1.60 and 1.61

version 1.60, 2015/07/20 23:52:29 version 1.61, 2015/10/26 10:43:42
Line 9 
Line 9 
 bsd.dep.mk              - handle Makefile dependencies  bsd.dep.mk              - handle Makefile dependencies
 bsd.lib.mk              - support for building libraries  bsd.lib.mk              - support for building libraries
 bsd.man.mk              - installing manual pages and their links  bsd.man.mk              - installing manual pages and their links
 bsd.nls.mk              - National Language Support  
 bsd.obj.mk              - creating 'obj' directories and cleaning up  bsd.obj.mk              - creating 'obj' directories and cleaning up
 bsd.own.mk              - define common variables  bsd.own.mk              - define common variables
 bsd.port.mk             - building ports  bsd.port.mk             - building ports
Line 189 
Line 188 
 DOCOWN          Documentation owner. [root]  DOCOWN          Documentation owner. [root]
   
 DOCMODE         Documentation mode. [${NONBINMODE}]  DOCMODE         Documentation mode. [${NONBINMODE}]
   
 NLSDIR          Base path for National Language Support files installation.  
                 [/usr/share/nls]  
   
 NLSGRP          National Language Support files group. [bin]  
   
 NLSOWN          National Language Support files owner. [root]  
   
 NLSMODE         National Language Support files mode. [${NONBINMODE}]  
   
 INSTALL_STRIP   The flag passed to the install program to cause the binary  INSTALL_STRIP   The flag passed to the install program to cause the binary
                 to be stripped.  This is to be used when building your                  to be stripped.  This is to be used when building your

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61