xref: /trueos/usr.bin/mkcsmapper_static/Makefile (revision fd9c7ff5320b460878bd4f9a4264a2efbf79bc6c)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
4
5PROG=	mkcsmapper_static
6SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7	citrus_lookup_factory.c citrus_pivot_factory.c
8MAN=
9NO_SHARED= yes
10
11build-tools: mkcsmapper_static
12
13.include "${.CURDIR}/../mkcsmapper/Makefile.inc"
14.include <bsd.prog.mk>
15