Subject: _KERNEL_foo
To: None <lukem@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 12/13/2000 02:54:40
>Module Name:	syssrc
>Committed By:	lukem
>Date:		Tue Dec 12 08:46:03 UTC 2000
>
>Modified Files:
>	syssrc/usr.sbin/config: main.c
>
>Log Message:
>Add option `KERNEL_foo', where `foo' is the basename of the build directory.
>This will get added to the Makefile's IDENT= as -DKERNEL_foo.

	(s/KERNEL/_KERNEL/)
	could you tell us the suggested usage?  like #ifdef _KERNEL_GENERIC?
	if so not sure if we would like to attach meanings/behavior change to
	kernel configuration filename...

itojun