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
commita752802fff9c193e99998fb6ff18befa72584e9d (patch)
treef88afc2f923782e69f24c022913601cbe59553c0 /src/regress/lib/libcrypto/cms/Makefile
parent3a73579c5de2d0668036cc336b95b2b47e41641a (diff)
downloadopenbsd-a752802fff9c193e99998fb6ff18befa72584e9d.tar.gz
openbsd-a752802fff9c193e99998fb6ff18befa72584e9d.tar.bz2
openbsd-a752802fff9c193e99998fb6ff18befa72584e9d.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>