81dd89bf46
This should allow the use of the smbfs module without the requirement to rebuild the kernel with LIBICONV.
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../libkern ${.CURDIR}/../../sys
|
|
|
|
KMOD= libiconv
|
|
SRCS= iconv.c iconv_xlat.c
|
|
SRCS+= iconv.h
|
|
SRCS+= iconv_converter_if.c iconv_converter_if.h
|
|
MFILES= libkern/iconv_converter_if.m
|
|
NOMAN= true
|
|
|
|
.include <bsd.kmod.mk>
|