diff options
author | tb <> | 2022-06-02 12:08:41 +0000 |
---|---|---|
committer | tb <> | 2022-06-02 12:08:41 +0000 |
commit | f9cd1728ac785059e371302175d528beb170f012 (patch) | |
tree | 982613e1a8862a4f0a019edb253283ad64ab7930 /src | |
parent | 89364ba44cf73ed5d722e8a94a5974a9667def1f (diff) | |
download | openbsd-f9cd1728ac785059e371302175d528beb170f012.tar.gz openbsd-f9cd1728ac785059e371302175d528beb170f012.tar.bz2 openbsd-f9cd1728ac785059e371302175d528beb170f012.zip |
Use consistent spacing around assignments
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} |