Possible arguments: (none)
Fills in the boilerplate for kernel module ports, currently:
Add kld
to
CATEGORIES
.
Set SSP_UNSAFE
.
Set IGNORE
if the kernel sources are
not found in SRC_BASE
.
Define KMODDIR
to
/boot/modules
by default, add it to
PLIST_SUB
and
MAKE_ENV
, and create it upon
installation. If KMODDIR
is set to
/boot/kernel
, it will be rewritten to
/boot/modules
. This prevents breaking
packages when upgrading the kernel due to
/boot/kernel
being renamed to
/boot/kernel.old
in the process.
Handle cross-referencing kernel modules upon
installation and deinstallation, using @kld
.
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.