summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/x509/rfc3779/Makefile
blob: 9786060d1565e7b3f72809d8ffa77039f03845e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 2021/12/24 14:00:11 tb Exp $

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

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

.include <bsd.regress.mk>