Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/03/1999 13:08:06
Module Name:	src
Committed By:	tv
Date:		Wed Feb  3 21:08:06 UTC 1999

Modified Files:
	src/share/mk: bsd.dep.mk
Log Message:
Our make can't actually turn off implicit rules per-target, and the
"depend:" rule had no actual commands to execute, so it used the implicit
".c:" rule in gas.new (which has a depend.c).  Add a command here -- just
"true" -- that prevents use of implicit rules.  This may need a new
.-option in make(1) to be done Right.