summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/bio/Makefile
blob: 3084f06d32559cad47de583217f7bd3b4e112864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.6 2023/04/25 15:29:17 tb Exp $

PROGS +=	bio_asn1
PROGS +=	bio_chain
PROGS +=	bio_host
PROGS +=	bio_mem

LDADD =		-lcrypto
DPADD =		${LIBCRYPTO}
WARNINGS =	Yes
CFLAGS +=	-DLIBRESSL_INTERNAL -Werror
CFLAGS +=	-I${.CURDIR}/../../../../lib/libcrypto/bio/

LDADD_bio_asn1 = ${CRYPTO_INT}

.include <bsd.regress.mk>