freebsd-dev/sys/modules/cd9660_iconv/Makefile
Max Khon c4f02a891f - Support for multibyte charsets in LIBICONV.
- 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>
2003-09-26 20:26:25 +00:00

8 lines
114 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../isofs/cd9660
KMOD= cd9660_iconv
SRCS= cd9660_iconv.c
.include <bsd.kmod.mk>