[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.207 and 1.208

version 1.207, 2008/05/03 14:48:31 version 1.208, 2008/05/22 13:40:30
Line 180  MKINFO  If "no", don't build or install 
Line 180  MKINFO  If "no", don't build or install 
 MKIPFILTER      If "no", don't build or install the IP Filter programs and LKM.  MKIPFILTER      If "no", don't build or install the IP Filter programs and LKM.
                 Default: yes                  Default: yes
   
 MKISCSI         If "no", don't build or install iscsi library or applications  MKISCSI         If "no", don't build or install iSCSI library or applications
                 (depends on libpthread.)                  (depends on libpthread.)
                 Default: yes                  Default: yes
   
Line 188  MKKERBEROS If "no", disables building of
Line 188  MKKERBEROS If "no", disables building of
                 infrastructure (libraries and support programs).                  infrastructure (libraries and support programs).
                 Default: yes                  Default: yes
   
   MKLDAP          If "no", disables building of LDAP infrastructure
                   (libraries and support programs).
                   Default: yes
   
 MKLINKLIB       If "no", act as "MKLINT=no MKPICINSTALL=no MKPROFILE=no".  MKLINKLIB       If "no", act as "MKLINT=no MKPICINSTALL=no MKPROFILE=no".
                 Also:                  Also:
                         - don't install the .a libraries                          - don't install the .a libraries
Line 326  USE_KERBEROS If "no", disables building 
Line 330  USE_KERBEROS If "no", disables building 
                 support it.  If ${MKKERBEROS} is "no", USE_KERBEROS                  support it.  If ${MKKERBEROS} is "no", USE_KERBEROS
                 will also be forced to "no".                  will also be forced to "no".
   
   USE_LDAP        If "no", disables building LDAP support into various
                   system utilities/libraries that support it.
                   If ${MKLDAP} is "no", USE_LDAP will also be forced to "no".
   
 USE_PAM         If "no", disables building PAM authentication support  USE_PAM         If "no", disables building PAM authentication support
                 into various system utilities/libraries that support it.                  into various system utilities/libraries that support it.
                 If ${MKPAM} is "no", USE_PAM will also be forced to "no".                  If ${MKPAM} is "no", USE_PAM will also be forced to "no".
Line 1068  DPADD  Additional dependencies for the p
Line 1076  DPADD  Additional dependencies for the p
                 LIBKRB5?=       ${DESTDIR}/usr/lib/libkrb5.a                  LIBKRB5?=       ${DESTDIR}/usr/lib/libkrb5.a
                 LIBKVM?=        ${DESTDIR}/usr/lib/libkvm.a                  LIBKVM?=        ${DESTDIR}/usr/lib/libkvm.a
                 LIBL?=          ${DESTDIR}/usr/lib/libl.a                  LIBL?=          ${DESTDIR}/usr/lib/libl.a
                   LIBLBER?=       ${DESTDIR}/usr/lib/liblber.a
                   LIBLDAP?=       ${DESTDIR}/usr/lib/libldap.a
                 LIBM?=          ${DESTDIR}/usr/lib/libm.a                  LIBM?=          ${DESTDIR}/usr/lib/libm.a
                 LIBMENU?=       ${DESTDIR}/usr/lib/libmenu.a                  LIBMENU?=       ${DESTDIR}/usr/lib/libmenu.a
                 LIBOBJC?=       ${DESTDIR}/usr/lib/libobjc.a                  LIBOBJC?=       ${DESTDIR}/usr/lib/libobjc.a

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

CVSweb <webmaster@jp.NetBSD.org>