diff options
Diffstat (limited to 'src/regress/lib/libcrypto/rc4/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/rc4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/rc4/Makefile b/src/regress/lib/libcrypto/rc4/Makefile index bbb62d328b..3733613b77 100644 --- a/src/regress/lib/libcrypto/rc4/Makefile +++ b/src/regress/lib/libcrypto/rc4/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:53 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2022/09/03 17:43:14 tb Exp $ |
2 | 2 | ||
3 | PROG= rc4test | 3 | PROG= rc4_test |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |