diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-04 07:44:57 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-04 07:44:57 +0000 |
| commit | a647efc716011854e324e43a811339add015b934 (patch) | |
| tree | 1667e0b9e23bf53541e034da9a904170199f4006 /secure/lib | |
| parent | 9e3cdb66bbeb99a15567e926561f16ed6b6149bd (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/librsaintl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/librsaintl/Makefile b/secure/lib/librsaintl/Makefile index d5fad13a42d9..8f73471e5b12 100644 --- a/secure/lib/librsaintl/Makefile +++ b/secure/lib/librsaintl/Makefile @@ -9,6 +9,7 @@ LIB= rsaINTL SHLIB_MAJOR= 1 CFLAGS+= -I${.OBJDIR} +LDADD+= -L${.OBJDIR}/../libcrypto -lcrypto # rsaref SRCS+= rsa_err.c rsa_eay.c rsa_intlstubs.c |
