diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ecdh/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ecdh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ecdh/Makefile b/src/regress/lib/libcrypto/ecdh/Makefile index 202e125cad..53ec37d137 100644 --- a/src/regress/lib/libcrypto/ecdh/Makefile +++ b/src/regress/lib/libcrypto/ecdh/Makefile | |||
@@ -1,6 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2021/05/10 20:41:44 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2023/07/15 19:51:13 tb Exp $ |
2 | |||
3 | PROGS = ecdhtest | ||
4 | PROGS += ecc_cdh | ||
2 | 5 | ||
3 | PROG= ecdhtest | ||
4 | LDADD= -lcrypto | 6 | LDADD= -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | 8 | WARNINGS= Yes |