summaryrefslogtreecommitdiffstats
path: root/regress/lib/libcrypto/base64/Makefile
blob: 2cc004c53066b8c282f275d08d60b6d1e16ff09b (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $

PROG=	base64test
LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>