diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 9981858eb7..1c87ca87fa 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
@@ -1,8 +1,12 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2021/12/24 03:01:23 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2022/06/02 11:48:36 tb Exp $ |
2 | 2 | ||
3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
4 | LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic | 4 | LDADD = -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD = ${LIBCRYPTO} |
6 | |||
7 | LDADD_constraints = ${CRYPTO_INT} | ||
8 | LDADD_verify = ${CRYPTO_INT} | ||
9 | |||
6 | WARNINGS= Yes | 10 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 | 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 |
8 | 12 | ||