diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 1c87ca87fa..919bef31d1 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.11 2022/06/02 11:48:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2022/06/02 12:08:41 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
| 4 | LDADD = -lcrypto | 4 | LDADD = -lcrypto |
| @@ -7,8 +7,8 @@ DPADD = ${LIBCRYPTO} | |||
| 7 | LDADD_constraints = ${CRYPTO_INT} | 7 | LDADD_constraints = ${CRYPTO_INT} |
| 8 | LDADD_verify = ${CRYPTO_INT} | 8 | LDADD_verify = ${CRYPTO_INT} |
| 9 | 9 | ||
| 10 | WARNINGS= Yes | 10 | WARNINGS = Yes |
| 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 | 11 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 |
| 12 | 12 | ||
| 13 | SUBDIR += bettertls rfc3779 | 13 | SUBDIR += bettertls rfc3779 |
| 14 | 14 | ||
| @@ -19,7 +19,7 @@ REGRESS_TARGETS += regress-x509name | |||
| 19 | REGRESS_TARGETS += regress-x509req_ext | 19 | REGRESS_TARGETS += regress-x509req_ext |
| 20 | REGRESS_TARGETS += regress-callback | 20 | REGRESS_TARGETS += regress-callback |
| 21 | 21 | ||
| 22 | CLEANFILES+= x509name.result callbackout | 22 | CLEANFILES += x509name.result callbackout |
| 23 | 23 | ||
| 24 | .if make(clean) || make(cleandir) | 24 | .if make(clean) || make(cleandir) |
| 25 | . if ${.OBJDIR} != ${.CURDIR} | 25 | . if ${.OBJDIR} != ${.CURDIR} |
