summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
blob: b5767ac2049460ca84311826b99ae8c7b1107705 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $

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

.include <bsd.regress.mk>