summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
blob: 996f5467afcb7e0644f3193f662c459c5fb4cf4f (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.4 2014/07/08 15:53:53 jsing Exp $

PROG=	utf8test
CPPFLAGS+=-I${.CURDIR}/../../../../lib/libssl/src/crypto/asn1
LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}
WARNINGS=Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>