]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - secure/lib/libcrypto/engines/libgost/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / secure / lib / libcrypto / engines / libgost / Makefile
1 # $FreeBSD$
2
3 SHLIB_NAME?= libgost.so
4 SRCS=   gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c \
5         gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gost_keywrap.c \
6         gost_md.c gost_params.c gost_pmeth.c gost_sign.c gosthash.c
7
8 .include <bsd.lib.mk>