summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/objects/Makefile
blob: 363023e13c8f27b769d6d3e86ca45b3e0b83d8fb (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.1 2022/02/11 16:34:23 jsing Exp $

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

.include <bsd.regress.mk>