From a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 6 Nov 2019 10:28:58 +0000 Subject: use curly braces for consistency --- src/regress/lib/libssl/handshake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index a1ca7f464c..626bf4767a 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/04/04 21:29:27 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2019/11/06 10:28:58 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -10,7 +10,7 @@ REGRESS_TARGETS += run-$p LDADD = ${SSL_INT} -lcrypto DPADD = ${LIBCRYPTO} ${LIBSSL} WARNINGS = Yes -CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl +CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I${BSDSRCDIR}/lib/libssl print: handshake_table @./handshake_table -C -- cgit v1.2.3-55-g6feb