diff options
| author | tb <> | 2021-08-30 17:34:02 +0000 |
|---|---|---|
| committer | tb <> | 2021-08-30 17:34:02 +0000 |
| commit | 769a0eb675541b26164c2614afd360bc503be92a (patch) | |
| tree | 8596430725e7f227767868236eeee57380521082 /src/regress/lib/libssl/client/Makefile | |
| parent | b05142e1ba115406b0f261b5374facddce7e25b8 (diff) | |
| download | openbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.gz openbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.bz2 openbsd-769a0eb675541b26164c2614afd360bc503be92a.zip | |
Revert accidental commit
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 6d2b2a068d..5a54f80914 100644 --- a/src/regress/lib/libssl/client/Makefile +++ b/src/regress/lib/libssl/client/Makefile | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2021/08/30 17:28:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2021/08/30 17:34:01 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+= -g -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
| 8 | 8 | ||
| 9 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |
