Fix loading of the SMBFS kernel module. The KMODDEPS line in the SMBFS
authorHiten Pandya <hmp@dragonflybsd.org>
Tue, 16 Mar 2004 07:45:59 +0000 (07:45 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Tue, 16 Mar 2004 07:45:59 +0000 (07:45 +0000)
commited97d8f98cac842d06a86e62faeba1923d44499d
treeba99440627a9b1aed6ccc78048de67ede3328239
parentc021b82ee2afbb60f868c2e4e6b55744c139463b
Fix loading of the SMBFS kernel module.  The KMODDEPS line in the SMBFS
Makefile generated incorrect (read fake) symbols; the build system was
pretty satisified but kldload was not and returned ENOEXEC.

Instead, add a Makefile for libiconv as it is supposed to be, because
SMBFS requires it as a module dependency.

Note, the SMBFS module needs to be recompiled for it to work, and the
libiconv KLD needs to be built using the newly added Makefile.  Also
rebuild 'libmchain'.
sys/libiconv/Makefile [new file with mode: 0644]
sys/libkern/Makefile [new file with mode: 0644]
sys/vfs/smbfs/Makefile