Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/04/2004 05:32:47
Module Name:	src
Committed By:	lukem
Date:		Wed Aug  4 05:32:47 UTC 2004

Modified Files:
	src/share/mk: bsd.own.mk bsd.prog.mk

Log Message:
Revert most of previous, and move the LIB<libname>?= assignments
back to bsd.prog.mk from bsd.own.mk.

pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes
problems with various package builds.
This should fix PR #26542 submitted by Jim Bernard.

(I'll be implementing the DPADD for shared libraries in a different
manner that generally won't depend upon ${LIB<libname>}.)


To generate a diff of this commit:
cvs rdiff -r1.422 -r1.423 src/share/mk/bsd.own.mk
cvs rdiff -r1.201 -r1.202 src/share/mk/bsd.prog.mk

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