summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
blob: 5f06560ea5560f4dda95843b9ae27037fee27624 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.6 2016/12/21 15:51:05 jsing Exp $

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

.include <bsd.regress.mk>