diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/x509/rfc3779/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile index b0fc4dc683..5c53996c4b 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile +++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile | |||
@@ -1,11 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2022/06/02 11:48:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2022/12/03 09:59:19 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | PROG = rfc3779 |
4 | 4 | LDADD = -lcrypto | |
5 | PROG= rfc3779 | 5 | DPADD = ${LIBCRYPTO} |
6 | LDADD= -lcrypto | 6 | WARNINGS = Yes |
7 | DPADD= ${LIBCRYPTO} | 7 | CFLAGS += -Werror |
8 | WARNINGS= Yes | ||
9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror | ||
10 | 8 | ||
11 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |