Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 10/15/1998 11:44:11
Module Name:	src
Committed By:	drochner
Date:		Thu Oct 15 18:44:11 UTC 1998

Modified Files:
	src/sys/arch/pmax/conf: Makefile.pmax
Log Message:
change handling of libkern:
-sys/lib/libkern builds as library per default (as it was documented all
the time)
-ports able to LKM set "KERN_AS=obj" explicitely in their Makefiles
(for now; should depend on actual "option LKM" or -better- functions
included for LKM use should be pulled in by a stub)
-always link libcompat before libkern - libkern stuff can be referred to
by libcompat, but not the other way