1# $FreeBSD$ 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.if ${MACHINE} == "host" 11NO_WARNS= yes 12.endif 13 14build-tools: mkesdb_static 15 16.include "${.CURDIR}/../mkesdb/Makefile.inc" 17.include <bsd.prog.mk> 18