Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/28/2003 15:07:18
Module Name:	src
Committed By:	lukem
Date:		Mon Jul 28 15:07:18 UTC 2003

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

Log Message:
Simplify .*.dep generation by using suffix transforms.
This also fixes a problem in the previous where the .ALLSRC would contain
any other dependencies that .depend had, thus breaking the mkdep invocation.

Provide DEPENDSRCS which effectively contains ".depend *.dep", to be
used in other Makefiles that want to add dependencies for .depend.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/share/mk/bsd.dep.mk

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