c69e1d83f5
This should fix the run time bustage observed on recent -CURRENT whilst mounting a MSDOS filesystem with non-default locale/code page: link_elf: symbol msdosfs_fileno_free undefined KLD msdosfs_iconv.ko: depends on msdosfs - not available
12 lines
250 B
Makefile
12 lines
250 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/msdosfs
|
|
|
|
KMOD= msdosfs
|
|
SRCS= vnode_if.h \
|
|
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_fileno.c \
|
|
msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c
|
|
EXPORT_SYMS= msdosfs_iconv
|
|
|
|
.include <bsd.kmod.mk>
|