NetBSD/lib/i18n_module/HZ/Makefile
tnozaki 8033a5b008 1. add iconv support for following encodings:
Chinese Simplefied
        HZ, HZ8 - 7/8bit stateful encoding, see RFC1842,1843. (libHZ)
        zW      - 7bit stateful encoding, see RFC1842. (libZW)
2. add citrus_prop.[ch] - parser for encoding module's init parameter strings.
2006-11-22 23:38:25 +00:00

6 lines
116 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/11/22 23:38:27 tnozaki Exp $
SRCS= citrus_hz.c citrus_prop.c
.include <bsd.lib.mk>