summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/aeswrap/Makefile
blob: c869e5f4d2578f92b6eaa7e9c56c37f5feab873a (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2014/05/30 15:17:43 jsing Exp $

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

.include <bsd.regress.mk>