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

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

.include <bsd.regress.mk>