Branching 3.2/3.3
[dragonfly.git] / lib / libtcplay / Makefile
blob67240b383698274d6b44fb0e9c5e0573e91a44b6
1 LIB= tcplay
2 SHLIB_MAJOR?= 0
3 WARNS?= 6
4 MAN= tcplay.3
6 MLINKS+= tcplay.3 tc_api_init.3
7 MLINKS+= tcplay.3 tc_api_uninit.3
8 MLINKS+= tcplay.3 tc_api_create_volume.3
9 MLINKS+= tcplay.3 tc_api_map_volume.3
10 MLINKS+= tcplay.3 tc_api_unmap_volume.3
11 MLINKS+= tcplay.3 tc_api_check_cipher.3
12 MLINKS+= tcplay.3 tc_api_check_prf_hash.3
13 MLINKS+= tcplay.3 tc_api_get_error_msg.3
14 MLINKS+= tcplay.3 tc_api_get_summary.3
17 SRCS+= 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
20 INCS+= tcplay_api.h
22 LDFLAGS+= -Wl,-version-script=${.CURDIR}/tcplay.map
24 .include <bsd.lib.mk>