diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-10 18:07:07 +0000 |
| commit | e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 (patch) | |
| tree | d3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libmp/Makefile | |
| parent | c01611e4370dad4e4e53afe47364019fe569cc46 (diff) | |
Notes
Diffstat (limited to 'lib/libmp/Makefile')
| -rw-r--r-- | lib/libmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 51d395fb362b..e4454cf6b4d0 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -2,6 +2,8 @@ LIB= mp SHLIB_MAJOR= 5 +DPADD= ${LIBCRYPTO} +LDADD= -lcrypto MAN= libmp.3 INCS= mp.h SRCS= mpasbn.c |
