modules.local now possible

If you happen to be testing kernel modules, DragonFly can now load them from a modules.local directory.  This keeps modules that aren’t part of the base system, separate.  This is probably of most use to developers.  It’s controlled by local_modules being set in /boot/loader.conf, and defaults to on.

(Updated for correct file location – thanks, swildner)