summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/utf8/Makefile
blob: 8c9f5f8a958d22dd43abeed1ccf00af14178fe6c (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2014/05/22 03:36:23 guenther Exp $

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

.include <bsd.regress.mk>