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