Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 01/12/2000 11:19:17
Module Name:	syssrc
Committed By:	cgd
Date:		Wed Jan 12 19:19:17 UTC 2000

Modified Files:
	syssrc/sys/arch/hpcmips/stand: Makefile

Log Message:
add clean and distclean targets.  Clean cleans out build-generated bits.
Distclean does that, plus removes other files windows is likely to
generate to make things unclean (.opt workspace options files, as well
as automatically updated versions of .dsp/.dsw files).  This means
that if you distclean: your workspace options may be reset to the defaults
(hey, you did tell it to clean everything out!), and any modifications
that you incorrectly made to the .dsp/.dsw files w/o using the templates
and UNIX-based auto-generation will be clobbered.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hpcmips/stand/Makefile

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