From dce93e625a4f0df3a5b9cddc85b05daa1c202514 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 2 Dec 2022 01:09:04 +0000 Subject: Use regress framework rather than handrolling it --- src/regress/lib/libssl/handshake/Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index 64bd5709a8..77e128929f 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2022/06/29 15:06:18 tb Exp $ +# $OpenBSD: Makefile,v 1.10 2022/12/02 01:09:04 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate -.for p in ${PROGS} -REGRESS_TARGETS += run-$p -.endfor - LDADD = ${SSL_INT} -lcrypto DPADD = ${LIBCRYPTO} ${LIBSSL} WARNINGS = Yes @@ -33,13 +29,6 @@ handshake.${_FMT}: handshake.gv CLEANFILES += handshake.${_FMT} .endfor -.for p in ${PROGS} -run-$p: $p - ./$p - -.PHONY: run-$p -.endfor - .PHONY: print .include -- cgit v1.2.3-55-g6feb