Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/29/2004 03:14:05
Module Name:	src
Committed By:	thorpej
Date:		Thu Jul 29 03:14:05 UTC 2004

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

Log Message:
Assign STOBJS the value of OBJS, and use that when referring to static
library objects, rather than using OBJS to refer to them.  This gives us
a separate variable to refer to static library objects that does not affect
profile library objects (which has POBJS) or shared library objects (which
has SOBJS).


To generate a diff of this commit:
cvs rdiff -r1.254 -r1.255 src/share/mk/bsd.lib.mk

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