]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - secure/lib/libcrypto/engines/libgost/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>