1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/sys/modules/libiconv/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
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
2024-07-15 16:43:39 -06:00

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>