1 2.PATH: ${SRCTOP}/lib/libc/iconv 3 4PROG= mkcsmapper 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 citrus_pivot_factory.c 10.endif 11LDFLAGS+= -L${SRCTOP}/lib/libc 12 13NO_WMISSING_VARIABLE_DECLARATIONS= 14 15.include "${.CURDIR}/Makefile.inc" 16.include <bsd.prog.mk> 17