[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.100 and 1.101

version 1.100, 2002/08/09 00:21:22 version 1.101, 2002/08/19 14:51:58
Line 67  MKxxx  Can be set to `no' by a user to d
Line 67  MKxxx  Can be set to `no' by a user to d
 NOxxx           If defined, disables a feature.  Not intended for users,  NOxxx           If defined, disables a feature.  Not intended for users,
                 it's to allow Makefiles to disable functionality that                  it's to allow Makefiles to disable functionality that
                 they don't support (such as missing man pages).                  they don't support (such as missing man pages).
                   NOxxx variables must be defined before <bsd.own.mk>
                   is included.
   
 The following variables that control how things are made/installed that  The following variables that control how things are made/installed that
 are not set by default. These should not be set by Makefiles; they're for  are not set by default. These should not be set by Makefiles; they're for
Line 675  SHLIBDIR Target directory for shared lib
Line 677  SHLIBDIR Target directory for shared lib
   
 USE_SHLIBDIR    If "yes", use ${SHLIBDIR} instead of ${LIBDIR}  USE_SHLIBDIR    If "yes", use ${SHLIBDIR} instead of ${LIBDIR}
                 as the path to install shared libraries to.                  as the path to install shared libraries to.
                   USE_SHLIBDIR must be defined before <bsd.own.mk> is included.
   
 LINTLIBDIR      Target directory for lint libraries.  LINTLIBDIR      Target directory for lint libraries.
   

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

CVSweb <webmaster@jp.NetBSD.org>