mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -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>
17 lines
270 B
Makefile
17 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= kiconv
|
|
SHLIBDIR?= /lib
|
|
SRCS= xlat16_iconv.c xlat16_sysctl.c
|
|
SRCS+= quirks.c
|
|
|
|
SHLIB_MAJOR= 1
|
|
|
|
MAN= kiconv.3
|
|
|
|
MLINKS+= kiconv.3 kiconv_add_xlat16_cspair.3 \
|
|
kiconv.3 kiconv_add_xlat16_table.3
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.lib.mk>
|