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
This commit is contained in:
drochner 1998-10-15 18:46:37 +00:00
parent 2468738337
commit 337bfd46a5

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.29 1998/09/05 15:15:19 lukem Exp $
# $NetBSD: Makefile.inc,v 1.30 1998/10/15 18:46:37 drochner Exp $
#
# Configuration variables (default values are below):
#
@ -18,7 +18,7 @@
# Default values:
KERNDST?= ${.OBJDIR}/lib/kern
KERN_AS?= obj
KERN_AS?= library
KERNDIR= $S/lib/libkern
.if (${KERN_AS} == "obj")