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