[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.70 and 1.71

version 1.70, 2017/07/10 07:51:37 version 1.71, 2017/07/10 11:25:44
Line 2 
Line 2 
 #       $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $  #       $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
 #       @(#)bsd.README  5.1 (Berkeley) 5/11/90  #       @(#)bsd.README  5.1 (Berkeley) 5/11/90
   
 This is the README file for the new make "include" files for the BSD  This is the README file for the make "include" files for the BSD
 source tree.  The files are installed in /usr/share/mk, and are, by  source tree.  The files are installed in /usr/share/mk, and are, by
 convention, named with the suffix ".mk".  convention, named with the suffix ".mk".
   
Line 276 
Line 276 
         tags:          tags:
                 create a tags file for the source files.                  create a tags file for the source files.
   
 It sets/uses the following variables:  It uses the following variables:
   
 BINGRP          Binary group.  BINGRP          Binary group.
   
Line 454 
Line 454 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
 The include file <bsd.lib.mk> has support for building libraries.  It has  The include file <bsd.lib.mk> has support for building libraries.  It has
 the same seven targets as <bsd.prog.mk>: all, clean, cleandir,  the same six targets as <bsd.prog.mk>: all, clean, cleandir,
 includes, install, and tags.  It has a limited number of suffixes,  includes, install, and tags.  It has a limited number of suffixes,
 consistent with the current needs of the BSD tree.  consistent with the current needs of the BSD tree.
   
 It sets/uses the following variables:  It uses the following variables:
   
 BUILDFIRST/BUILDLATER  BUILDFIRST/BUILDAFTER
                 See <bsd.prog.mk>                  See <bsd.prog.mk>.
   
 LIB             The name of the library to build.  LIB             The name of the library to build.
   

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71