diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-03-02 05:22:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-03-02 05:22:46 +0000 |
| commit | 3187486c8a494a02a0bf18d27c8ac325d014b3a1 (patch) | |
| tree | edb1f32c935ec1ffae1c300140f718246a9571d3 /secure/lib | |
| parent | fee576b2e5a6d04b0ce532f4d5043463df18868a (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/librsausa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/librsausa/Makefile b/secure/lib/librsausa/Makefile index 9fed9eb7de55..6196af920f6a 100644 --- a/secure/lib/librsausa/Makefile +++ b/secure/lib/librsausa/Makefile @@ -10,6 +10,8 @@ SHLIB_MAJOR= 1 CFLAGS+= -I${.OBJDIR} +LDADD+= -L${.OBJDIR}/../libcrypto -lcrypto + # rsaref SRCS+= rsar_err.c rsaref.c rsaref_stubs.c |
