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

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

.include <bsd.regress.mk>