diff options
Diffstat (limited to 'src/regress/lib/libtls/signer/Makefile')
-rw-r--r-- | src/regress/lib/libtls/signer/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/regress/lib/libtls/signer/Makefile b/src/regress/lib/libtls/signer/Makefile index 7110e9ff5e..ac72edffe9 100644 --- a/src/regress/lib/libtls/signer/Makefile +++ b/src/regress/lib/libtls/signer/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2022/06/15 06:14:59 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2023/04/14 12:41:26 tb Exp $ |
2 | 2 | ||
3 | PROG= signertest | 3 | PROG= signertest |
4 | LDADD= -lcrypto -lssl ${TLS_INT} | 4 | LDADD= -lcrypto -lssl ${TLS_INT} |
@@ -7,12 +7,6 @@ DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBTLS} | |||
7 | WARNINGS= Yes | 7 | WARNINGS= Yes |
8 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 8 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libtls/ | 9 | CFLAGS+= -I${.CURDIR}/../../../../lib/libtls/ |
10 | 10 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../../libssl/certs\" | |
11 | REGRESS_TARGETS= \ | ||
12 | regress-signertest | ||
13 | |||
14 | regress-signertest: ${PROG} | ||
15 | ./signertest \ | ||
16 | ${.CURDIR}/../../libssl/certs | ||
17 | 11 | ||
18 | .include <bsd.regress.mk> | 12 | .include <bsd.regress.mk> |