summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/client/Makefile
blob: d07305692180e9b7271ed0cc19a63eeeb42f31a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.5 2024/04/22 07:31:54 anton Exp $

PROG=	clienttest
LDADD=	${SSL_INT} -lcrypto
DPADD=	${LIBSSL} ${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

# Disable for now for upcoming changes. This needs to be easier to deal with.
REGRESS_EXPECTED_FAILURES+=run-regress-clienttest

.include <bsd.regress.mk>