diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2022/06/29 15:06:18 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2022/12/02 01:09:04 tb Exp $ |
2 | 2 | ||
3 | PROGS += handshake_table | 3 | PROGS += handshake_table |
4 | PROGS += valid_handshakes_terminate | 4 | PROGS += valid_handshakes_terminate |
5 | 5 | ||
6 | .for p in ${PROGS} | ||
7 | REGRESS_TARGETS += run-$p | ||
8 | .endfor | ||
9 | |||
10 | LDADD = ${SSL_INT} -lcrypto | 6 | LDADD = ${SSL_INT} -lcrypto |
11 | DPADD = ${LIBCRYPTO} ${LIBSSL} | 7 | DPADD = ${LIBCRYPTO} ${LIBSSL} |
12 | WARNINGS = Yes | 8 | WARNINGS = Yes |
@@ -33,13 +29,6 @@ handshake.${_FMT}: handshake.gv | |||
33 | CLEANFILES += handshake.${_FMT} | 29 | CLEANFILES += handshake.${_FMT} |
34 | .endfor | 30 | .endfor |
35 | 31 | ||
36 | .for p in ${PROGS} | ||
37 | run-$p: $p | ||
38 | ./$p | ||
39 | |||
40 | .PHONY: run-$p | ||
41 | .endfor | ||
42 | |||
43 | .PHONY: print | 32 | .PHONY: print |
44 | 33 | ||
45 | .include <bsd.regress.mk> | 34 | .include <bsd.regress.mk> |