diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bio/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bio/Makefile | 7 |
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 | |||
3 | PROGS += bio_chain | ||
4 | PROGS += bio_host | ||
5 | PROGS += bio_mem | ||
2 | 6 | ||
3 | PROG = biotest | ||
4 | LDADD = -lcrypto | 7 | LDADD = -lcrypto |
5 | DPADD = ${LIBCRYPTO} | 8 | DPADD = ${LIBCRYPTO} |
6 | WARNINGS = Yes | 9 | WARNINGS = Yes |