mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/ntfs
|
|
KMOD= ntfs_iconv
|
|
SRCS= ntfs_iconv.c
|
|
|
|
.include <bsd.kmod.mk>
|