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