Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/19/2001 06:19:01
Module Name: basesrc
Committed By: tv
Date: Fri Oct 19 03:19:01 UTC 2001
Modified Files:
basesrc: Makefile
Log Message:
Change
${USETOOLS} != "no"
to
${USETOOLS} == "yes"
to allow USETOOLS to be tri-state: "yes", "no", or "never". The use of
these options will be documented in src/BUILDING.
To generate a diff of this commit:
cvs rdiff -r1.137 -r1.138 basesrc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.