diff options
| author | tb <> | 2021-08-30 17:28:47 +0000 |
|---|---|---|
| committer | tb <> | 2021-08-30 17:28:47 +0000 |
| commit | b05142e1ba115406b0f261b5374facddce7e25b8 (patch) | |
| tree | 0a67be33ef2dcb0c9b88cdeee94e857810e4d545 /src/regress/lib/libssl/client/Makefile | |
| parent | ff0ebfdd90c1f0edf8cda1269349b659fd4250c8 (diff) | |
| download | openbsd-b05142e1ba115406b0f261b5374facddce7e25b8.tar.gz openbsd-b05142e1ba115406b0f261b5374facddce7e25b8.tar.bz2 openbsd-b05142e1ba115406b0f261b5374facddce7e25b8.zip | |
link verify regress tests to build
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile index 4f99f0e97c..6d2b2a068d 100644 --- a/src/regress/lib/libssl/client/Makefile +++ b/src/regress/lib/libssl/client/Makefile | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2015/09/01 17:02:18 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2021/08/30 17:28:46 tb Exp $ |
| 2 | 2 | ||
| 3 | PROG= clienttest | 3 | PROG= clienttest |
| 4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
| 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -g -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |
