1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/lib/libc/iconv 4 5PROG= mkesdb 6.if defined(BOOTSTRAPPING) 7# When bootstrapping, the host libc might not contain these expected symbols 8# so compile them directly into the binary. 9SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \ 10 citrus_lookup_factory.c 11.endif 12 13NO_WMISSING_VARIABLE_DECLARATIONS= 14 15.include "${.CURDIR}/Makefile.inc" 16.include <bsd.prog.mk> 17