K 10 svn:author V 5 peter K 8 svn:date V 27 1995-10-28T13:06:11.000000Z K 7 svn:log V 347 Make modload calculate a reasonable default entry point name, in light of the recent changes to bsd.kmod.mk, which enforces that the entry point be _mod, unless overridden. This means that when modloading "/lkm/foo_mod.o", it'll use "foo_mod" as the default entry point (instead of xxxinit) unless you specify another via the -e option. END