diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-25 19:21:06 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-25 19:21:06 +0000 |
| commit | 81dd89bf46fd72fdb2c1ce6719df625618346483 (patch) | |
| tree | fe9114963d2bd40dc6e7be1b5ac23a72dc78a92a /sys/modules/libiconv | |
| parent | 48e417eb5a9940ac5a96a2cb56ac24efc2e7370d (diff) | |
Notes
Diffstat (limited to 'sys/modules/libiconv')
| -rw-r--r-- | sys/modules/libiconv/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/libiconv/Makefile b/sys/modules/libiconv/Makefile new file mode 100644 index 000000000000..0bd7145560d8 --- /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 <bsd.kmod.mk> |
