Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 09/22/1999 11:06:22
Module Name:	sharesrc
Committed By:	wrstuden
Date:		Wed Sep 22 18:06:22 UTC 1999

Modified Files:
	sharesrc/share/mk: bsd.kmod.mk

Log Message:
Add KMOD_LOADFLAGS to the load target. With this, lkm's in /sys/lkm/... can
more readily depend on each other.

An lkm which depends on another lkm now only needs to set

KMOD_LOADFLAGS= -A../../path/to/other/lkm's/${KMOD}

and the lkm will link against the other lkm's symbols. Obviously the other
lkm had better be loaded. ;-) Note: the -A option to modload was pre-
existing. This change makes it possible for users of this file to take
advantage of it.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 sharesrc/share/mk/bsd.kmod.mk

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