1 2.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkcsmapper 3 4PROG= mkcsmapper_static 5SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \ 6 citrus_lookup_factory.c citrus_pivot_factory.c 7MAN= 8NO_SHARED= yes 9NO_WMISSING_VARIABLE_DECLARATIONS= 10 11build-tools: mkcsmapper_static 12 13.include "${SRCTOP}/usr.bin/mkcsmapper/Makefile.inc" 14.include <bsd.prog.mk> 15 16${PROG}: ${BUILD_TOOLS_META} 17