Subject: CVS commit: basesrc/distrib/sets
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/19/2001 22:43:35
Module Name:	basesrc
Committed By:	tv
Date:		Mon Nov 19 20:43:34 UTC 2001

Modified Files:
	basesrc/distrib/sets: makeflist

Log Message:
The test for USE_NEW_TOOLCHAIN is based on the variable being *set*, not
a comparison of its value.  Instead, use ${USE_NEW_TOOLCHAIN:Dyes} and
change the if block back to [ ... = "yes" ].


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 basesrc/distrib/sets/makeflist

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