Subject: CVS commit: basesrc/usr.bin/mkdep
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/15/2002 02:14:18
Module Name:	basesrc
Committed By:	simonb
Date:		Fri Jun 14 23:14:18 UTC 2002

Modified Files:
	basesrc/usr.bin/mkdep: Makefile mkdep.c
Added Files:
	basesrc/usr.bin/mkdep: findcc.c findcc.h

Log Message:
Split out the findcc() function that tries to determine the path to
the C compiler so other programs can use it.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/mkdep/Makefile
cvs rdiff -r0 -r1.1 basesrc/usr.bin/mkdep/findcc.c \
    basesrc/usr.bin/mkdep/findcc.h
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/mkdep/mkdep.c

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