From f6d2a31ff887a74c19177eec8082e34d3390eb84 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 25 Jul 2001 19:21:06 +0000 Subject: 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. --- sys/modules/libiconv/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/modules/libiconv/Makefile (limited to 'sys/modules/libiconv/Makefile') diff --git a/sys/modules/libiconv/Makefile b/sys/modules/libiconv/Makefile new file mode 100644 index 0000000..0bd7145 --- /dev/null +++ b/sys/modules/libiconv/Makefile @@ -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 -- cgit v1.1