summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bio/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bio/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile
index 0833451bd5..ee10a60812 100644
--- a/src/regress/lib/libcrypto/bio/Makefile
+++ b/src/regress/lib/libcrypto/bio/Makefile
@@ -1,6 +1,9 @@
1# $OpenBSD: Makefile,v 1.3 2022/12/03 09:55:53 tb Exp $ 1# $OpenBSD: Makefile,v 1.4 2022/12/08 17:49:02 tb Exp $
2
3PROGS += bio_chain
4PROGS += bio_host
5PROGS += bio_mem
2 6
3PROG = biotest
4LDADD = -lcrypto 7LDADD = -lcrypto
5DPADD = ${LIBCRYPTO} 8DPADD = ${LIBCRYPTO}
6WARNINGS = Yes 9WARNINGS = Yes