diff options
author | tb <> | 2022-12-03 09:55:53 +0000 |
---|---|---|
committer | tb <> | 2022-12-03 09:55:53 +0000 |
commit | cb6f4459bfd12e1c8ac9f1fc60aa2a0edd2452d5 (patch) | |
tree | 07145bf75c2aeb1d0d402a56f23624240021a04c /src | |
parent | 95ecf39840ac948f25f5c4103648ebf0a0be50a4 (diff) | |
download | openbsd-cb6f4459bfd12e1c8ac9f1fc60aa2a0edd2452d5.tar.gz openbsd-cb6f4459bfd12e1c8ac9f1fc60aa2a0edd2452d5.tar.bz2 openbsd-cb6f4459bfd12e1c8ac9f1fc60aa2a0edd2452d5.zip |
biotest needs bio_local.h now
Should have been part of the previous commit
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bio/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile index fab7d44d50..0833451bd5 100644 --- a/src/regress/lib/libcrypto/bio/Makefile +++ b/src/regress/lib/libcrypto/bio/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2014/07/08 15:53:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2022/12/03 09:55:53 tb Exp $ |
2 | 2 | ||
3 | PROG= biotest | 3 | PROG = biotest |
4 | LDADD= -lcrypto | 4 | LDADD = -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD = ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS = Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS += -DLIBRESSL_INTERNAL -Werror |
8 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bio/ | ||
8 | 9 | ||
9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |