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:
Sheldon Hearn 2002-01-09 11:45:58 +00:00
parent b82af3f5e4
commit b1c7da31f2

View File

@ -7,6 +7,7 @@
${.CURDIR}/../../fs/smbfs
KMOD= smbfs
KMODDEPS= libiconv libmchain
SRCS= vnode_if.h \
opt_inet.h opt_ipx.h \