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

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

.include <bsd.regress.mk>