1
2.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkesdb
3
4PROG=	mkesdb_static
5SRCS=	citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
6	citrus_lookup_factory.c
7MAN=
8NO_SHARED= yes
9NO_WMISSING_VARIABLE_DECLARATIONS=
10
11build-tools: mkesdb_static
12
13.include "${SRCTOP}/usr.bin/mkesdb/Makefile.inc"
14.include <bsd.prog.mk>
15
16${PROG}: ${BUILD_TOOLS_META}
17