diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-04 07:31:01 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-04 07:31:01 +0000 |
| commit | aad873b0980cefc2226ee56de9b627c34e84ff16 (patch) | |
| tree | 3b5714ebbfd5416f1542fc57c79d98036ab27299 /secure | |
| parent | dbe3e0f575b2dabcf67d39ae785f4b2cfee0a56d (diff) | |
Notes
Diffstat (limited to 'secure')
| -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 |
