1# $FreeBSD: releng/11.0/secure/lib/libcrypto/engines/libgost/Makefile 290207 2015-10-30 20:51:33Z jkim $
2
3SHLIB_NAME?= libgost.so
4SRCS=	e_gost_err.c gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c \
5	gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c \
6	gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c \
7	gosthash.c
8
9.include <bsd.lib.mk>
10