summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
blob: 4940e600503e7df08f983eb3f0243a19c1225b27 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2014/05/18 22:04:14 guenther Exp $

PROG=	utf8test
LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}

.include <bsd.regress.mk>