summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/cms/Makefile
diff options
context:
space:
mode:
authorjsing <>2019-11-02 15:35:10 +0000
committerjsing <>2019-11-02 15:35:10 +0000
commita2eeae557e541b57369692dfc78175fab547e251 (patch)
treef88afc2f923782e69f24c022913601cbe59553c0 /src/regress/lib/libcrypto/cms/Makefile
parent8ce3d0166753049e6d22a4aa255ecddf542ccdc8 (diff)
downloadopenbsd-a2eeae557e541b57369692dfc78175fab547e251.tar.gz
openbsd-a2eeae557e541b57369692dfc78175fab547e251.tar.bz2
openbsd-a2eeae557e541b57369692dfc78175fab547e251.zip
Initial regress for cms.
Diffstat (limited to 'src/regress/lib/libcrypto/cms/Makefile')
-rw-r--r--src/regress/lib/libcrypto/cms/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/cms/Makefile b/src/regress/lib/libcrypto/cms/Makefile
new file mode 100644
index 0000000000..048e7aa0fa
--- /dev/null
+++ b/src/regress/lib/libcrypto/cms/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2019/11/02 15:35:10 jsing Exp $
2
3PROG= cmstest
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8
9.include <bsd.regress.mk>