Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 05/06/1999 11:40:40
Module Name:	src
Committed By:	wrstuden
Date:		Thu May  6 18:40:40 UTC 1999

Modified Files:
	src/usr.bin/crunch/crunchgen: crunchgen.c
Log Message:
Generate a makefile which is cross-crunching compatabile:

1) Include bsd.sys.mk so we pick up DESTDIR changes to fine .h files.
2) Only set STRIP if it's unset.
3) Generate .cro files rather than .lo files. .lo now is used for "local
objects" - obj's for the host machine not the target machine.