Use KMODDEPS to document module dependencies on libiconv and
libmchain. KMODDEPS seems to be a no-op in HEAD, but is required in RELENG_4, where MODULE_DEPEND seems to be a no-op. Therefore, this change is harmless in -CURRENT, but will fix the dependencies when merged to RELENG_4, where they are currently not registered! PR: kern/33625 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
b82af3f5e4
commit
b1c7da31f2
@ -7,6 +7,7 @@
|
||||
${.CURDIR}/../../fs/smbfs
|
||||
|
||||
KMOD= smbfs
|
||||
KMODDEPS= libiconv libmchain
|
||||
|
||||
SRCS= vnode_if.h \
|
||||
opt_inet.h opt_ipx.h \
|
||||
|
Loading…
Reference in New Issue
Block a user