Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/23/2004 01:45:23
Module Name:	src
Committed By:	lukem
Date:		Sun May 23 01:45:23 UTC 2004

Modified Files:
	src/share/mk: bsd.README bsd.lib.mk bsd.own.mk

Log Message:
* Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no"
  and don't install the (.a) library.
  This is useful for "build only" helper libraries.
* Add some  #{  [...]  #}  comments around large conditional statements.


To generate a diff of this commit:
cvs rdiff -r1.153 -r1.154 src/share/mk/bsd.README
cvs rdiff -r1.251 -r1.252 src/share/mk/bsd.lib.mk
cvs rdiff -r1.418 -r1.419 src/share/mk/bsd.own.mk

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