Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/20/1996 16:40:02
cgd
Fri Dec 20 08:33:33 PST 1996
Update of /cvsroot/src/gnu/usr.bin/groff
In directory netbsd1:/var/slash-tmp/cvs-serv2827

Modified Files:
	Makefile.cfg 
Log Message:
force NOLINT, because it's not so useful on groff, since groff is
written mostly in c++ and lint doesn't understand c++.


cgd
Fri Dec 20 08:36:56 PST 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv2881

Modified Files:
	bsd.lib.mk 
Log Message:
change the afterdepend target so that its sed script adds <filename>.ln
for each <filename>.o as an object file which has the given dependencies
(in addition to <filename>.po and <filename>.so, which were already there).


cgd
Fri Dec 20 08:39:04 PST 1996
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv3082

Modified Files:
	bsd.prog.mk 
Log Message:
add an afterdepend target (a la the one in bsd.lib.mk) that processes
the .depend file to add <filename>.ln for each <filename>.o as an
object file which has the given dependencies (in addition to
<filename>.po and <filename>.so, which were already there).