summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
blob: dc0c04147c7fbd199dbd004e342b2145ddc891b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.7 2021/12/26 08:37:21 anton Exp $

PROG=	utf8test
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/asn1
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libcrypto/bytestring
LDADD=	${CRYPTO_INT}
DPADD=	${LIBCRYPTO}
WARNINGS=Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>