summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/rfc3779/Makefile
blob: b0fcc0deb2005a8608dd2da6b309586885d0f12b (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 2021/12/24 03:06:05 tb Exp $

.include "../../Makefile.inc"

PROG=	rfc3779
LDADD=	${CRYPTO_INT}
DPADD=	${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>