1LIB= tcplay 2SHLIB_MAJOR?= 0 3WARNS?= 6 4MAN= tcplay.3 5 6MLINKS+= tcplay.3 tc_api_init.3 7MLINKS+= tcplay.3 tc_api_uninit.3 8MLINKS+= tcplay.3 tc_api_create_volume.3 9MLINKS+= tcplay.3 tc_api_map_volume.3 10MLINKS+= tcplay.3 tc_api_unmap_volume.3 11MLINKS+= tcplay.3 tc_api_check_cipher.3 12MLINKS+= tcplay.3 tc_api_check_prf_hash.3 13MLINKS+= tcplay.3 tc_api_get_error_msg.3 14MLINKS+= tcplay.3 tc_api_get_summary.3 15 16 17SRCS+= tcplay_api.c tcplay.c crc32.c safe_mem.c \ 18 crypto.c generic_xts.c humanize.c pbkdf2-openssl.c \ 19 io.c crypto-dev.c hdr.c 20INCS+= tcplay_api.h 21 22LDFLAGS+= -Wl,-version-script=${.CURDIR}/tcplay.map 23 24.include <bsd.lib.mk> 25