Add build infrastructure for a libiconv loadable kernel module.
This should allow the use of the smbfs module without the requirement to rebuild the kernel with LIBICONV.
This commit is contained in:
parent
48e417eb5a
commit
81dd89bf46
12
sys/modules/libiconv/Makefile
Normal file
12
sys/modules/libiconv/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $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>
|
Loading…
Reference in New Issue
Block a user