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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.README between version 1.121 and 1.122

version 1.121, 2003/07/18 15:44:07 version 1.122, 2003/07/20 14:27:57
Line 174  MKOBJDIRS If "no", don't create objdirs 
Line 174  MKOBJDIRS If "no", don't create objdirs 
   
 MKPIC           If "no", don't build or install shared libraries, and  MKPIC           If "no", don't build or install shared libraries, and
                 also acts as "MKPICLIB=no"                  also acts as "MKPICLIB=no"
                 Default: yes                  Default: yes, except for ${MACHINE_ARCH} == "sh3"
   
 MKPICINSTALL    If "no", don't install the *_pic.a libraries.  MKPICINSTALL    If "no", don't install the *_pic.a libraries.
                 Default: yes                  Default: yes
Line 218  MKYP  If "no", disables building of YP (
Line 218  MKYP  If "no", disables building of YP (
                 infrastructure (libraries and support programs).                  infrastructure (libraries and support programs).
                 Default: yes                  Default: yes
   
   USE_HESIOD      If set to "no", disables building Hesiod support into
                   various system utilities/libraries that support it.
                   If MKHESIOD is set to "no", USE_HESIOD will also be
                   forced to "no".
   
   USE_KERBEROS    If set to "no", disables building Kerberos (v4 or v5)
                   support into various system utilities/libraries that
                   support it.  If MKKERBEROS is set to "no", USE_KERBEROS
                   will also be forced to "no".
   
   USE_SKEY        If set to "no", disables building S/key authentication
                   support into various system utilities/libraries that
                   support it.  If MKSKEY is set to "no", USE_SKEY will
                   also be forced to "no".
   
   USE_YP          If set to "no", disables building YP (NIS) support into
                   various system utilities/libraries that support it.  If
                   MKYP is set to "no", USE_YP will also be forced to "no".
   
   
 =-=-=-=-=   sys.mk   =-=-=-=-=  =-=-=-=-=   sys.mk   =-=-=-=-=
   
Line 333  make configuration file to modify the be
Line 352  make configuration file to modify the be
 process (default values are in brackets along with comments, if set by  process (default values are in brackets along with comments, if set by
 bsd.own.mk):  bsd.own.mk):
   
 USE_HESIOD      If set to "no", disables building Hesiod support into  
                 various system utilities/libraries that support it.  
                 If MKHESIOD is set to "no", USE_HESIOD will also be  
                 forced to "no".  
   
 USE_KERBEROS    If set to "no", disables building Kerberos (v4 or v5)  
                 support into various system utilities/libraries that  
                 support it.  If MKKERBEROS is set to "no", USE_KERBEROS  
                 will also be forced to "no".  
   
 USE_SKEY        If set to "no", disables building S/key authentication  
                 support into various system utilities/libraries that  
                 support it.  If MKSKEY is set to "no", USE_SKEY will  
                 also be forced to "no".  
   
 USE_YP          If set to "no", disables building YP (NIS) support into  
                 various system utilities/libraries that support it.  If  
                 MKYP is set to "no", USE_YP will also be forced to "no".  
   
 NOPROFILE       Do not build profiled versions of system libraries  
   
 NOPIC           Do not build PIC versions of system libraries, and  
                 do not build shared libraries.  [set if ${MACHINE_ARCH}  
                 is "sh3" and ${OBJECT_FMT} is "COFF", unset otherwise.]  
   
 NOLINT          Do not build lint libraries.  
   
 OBJECT_FMT      Object file format.  [set to "ELF" on architectures that  OBJECT_FMT      Object file format.  [set to "ELF" on architectures that
                 use ELF -- currently if ${MACHINE_ARCH} is "alpha",                  use ELF -- currently if ${MACHINE_ARCH} is "alpha",
                 "mipsel", "mipseb", "powerpc", "sparc", "sparc64",                  "mipsel", "mipseb", "powerpc", "sparc", "sparc64",

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122

CVSweb <webmaster@jp.NetBSD.org>