summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/hmac/Makefile
blob: 0bcb8f49aa121f5d84255cb90acd6511b182acb9 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:17 miod Exp $

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

.include <bsd.regress.mk>