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