Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Erik E. Fair <fair@netbsd.org>
List: source-changes
Date: 04/09/1999 21:41:52
Module Name:	src
Committed By:	fair
Date:		Sat Apr 10 04:41:52 UTC 1999

Modified Files:
	src/etc: Makefile
Log Message:
OK, adjust the kernel finder one more time to handle the case of a config
file that just does "include" GENERIC, and therefore has no "config" line.
It's simplest to assume that "netbsd" will be the result in that case.
Rather than duplicate config(8)'s parser in awk (or something), we should
adjust config to parse the config file and spit out the kernel names, and
then use that to replace this awk script thing.