blob: ee10a60812aa1a46eba3b25cfaf0defcdd5bad64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.4 2022/12/08 17:49:02 tb Exp $
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/
.include <bsd.regress.mk>
|