Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/18/2003 16:18:30
Module Name: src
Committed By: lukem
Date: Fri Jul 18 16:18:30 UTC 2003
Modified Files:
src/regress/lib: Makefile
src/regress/lib/libcrypto: Makefile
src/tools/toolchain: Makefile
Log Message:
Consistently check MK* variables against "no"
(e.g., ${MKFOO} != "no" instead of ${MKFOO} == "yes" )
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/regress/lib/Makefile
cvs rdiff -r1.3 -r1.4 src/regress/lib/libcrypto/Makefile
cvs rdiff -r1.27 -r1.28 src/tools/toolchain/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.