mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
20 lines
395 B
Makefile
20 lines
395 B
Makefile
.PATH: ${SRCTOP}/sys/libkern ${SRCTOP}/sys/sys
|
|
|
|
KMOD= libiconv
|
|
SRCS= iconv.c iconv_ucs.c iconv_xlat.c iconv_xlat16.c
|
|
SRCS+= iconv.h
|
|
SRCS+= iconv_converter_if.c iconv_converter_if.h
|
|
|
|
EXPORT_SYMS= iconv_add \
|
|
iconv_open \
|
|
iconv_close \
|
|
iconv_conv \
|
|
iconv_conv_case \
|
|
iconv_convchr \
|
|
iconv_convchr_case \
|
|
iconv_convstr \
|
|
iconv_convmem \
|
|
iconv_vfs_refcount
|
|
|
|
.include <bsd.kmod.mk>
|