xref: /openbsd/regress/lib/libcrypto/bio/Makefile (revision cecf84d4)
1#	$OpenBSD: Makefile,v 1.2 2014/07/08 15:53:52 jsing Exp $
2
3PROG=	biotest
4LDADD=	-lcrypto
5DPADD=	${LIBCRYPTO}
6WARNINGS=	Yes
7CFLAGS+=	-DLIBRESSL_INTERNAL -Werror
8
9.include <bsd.regress.mk>
10