1# $FreeBSD: releng/10.3/usr.bin/mkesdb_static/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkesdb
4
5PROG=	mkesdb_static
6SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7	citrus_lookup_factory.c
8MAN=
9NO_SHARED= yes
10
11build-tools: mkesdb_static
12
13.include "${.CURDIR}/../mkesdb/Makefile.inc"
14.include <bsd.prog.mk>
15