summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/rfc3779/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/x509/rfc3779/Makefile')
-rw-r--r--src/regress/lib/libcrypto/x509/rfc3779/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
new file mode 100644
index 0000000000..3709471c8f
--- /dev/null
+++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile
@@ -0,0 +1,11 @@
1# $OpenBSD: Makefile,v 1.1 2021/12/24 03:00:37 tb Exp $
2
3.include "../../Makefile.inc"
4
5PROG= rfc3779
6LDADD= ${CRYPTO_INT}
7DPADD= ${LIBCRYPTO}
8WARNINGS= Yes
9CFLAGS+= -DLIBRESSL_INTERNAL -Werror -g -O0
10
11.include <bsd.regress.mk>