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
.
本文及其他文件,可由此下載: ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/。
若有 FreeBSD 方面疑問,請先閱讀
FreeBSD 相關文件,如不能解決的話,再洽詢
<questions@FreeBSD.org>。
關於本文件的問題,請洽詢
<doc@FreeBSD.org>。