mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
This should allow the use of the smbfs module without the requirement to rebuild the kernel with LIBICONV.
12 lines
247 B
Makefile
12 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>
|