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

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

.include <bsd.regress.mk>