1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/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 10NO_WMISSING_VARIABLE_DECLARATIONS= 11 12build-tools: mkesdb_static 13 14.include "${SRCTOP}/usr.bin/mkesdb/Makefile.inc" 15.include <bsd.prog.mk> 16 17${PROG}: ${BUILD_TOOLS_META} 18