1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89125

View File

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