diff options
| author | jsing <> | 2019-11-02 15:35:10 +0000 |
|---|---|---|
| committer | jsing <> | 2019-11-02 15:35:10 +0000 |
| commit | a752802fff9c193e99998fb6ff18befa72584e9d (patch) | |
| tree | f88afc2f923782e69f24c022913601cbe59553c0 /src/regress/lib/libcrypto/cms/Makefile | |
| parent | 3a73579c5de2d0668036cc336b95b2b47e41641a (diff) | |
| download | openbsd-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/Makefile | 9 |
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 | |||
| 3 | PROG= cmstest | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
| 8 | |||
| 9 | .include <bsd.regress.mk> | ||
