Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/30/2001 20:50:11
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri Nov 30 18:50:10 UTC 2001

Modified Files:
	basesrc/etc: Makefile

Log Message:
Add support for specifying extra kernel name suffixes to search for
when building the kernel sets and placing gzip'd kernels in binary/kernels.
For example, if KERNEL_SUFFIXES were set to "ecoff srec", then the kernel
set would include:

	netbsd
	netbsd.ecoff (only if it exists in the kernel compile directory)
	netbsd.srec (only if it exists in the kernel compile directory)

This is useful for packaging kernel sets for platforms which have
extra special requirements for loading the kernel.


To generate a diff of this commit:
cvs rdiff -r1.196 -r1.197 basesrc/etc/Makefile

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