diff options
| author | christos <christos@NetBSD.org> | 2005-03-09 03:11:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-03-09 03:11:21 +0000 |
| commit | ceb0805a9b5e9c47bbcba5a63f87dfaa200c90dc (patch) | |
| tree | 9635e658ac0349c3cb43f8a7f997ae09c17d0fd7 /lib/libssh | |
| parent | 1c7109cbce71f7adb256e9685c5fb78407a64397 (diff) | |
Add -lcrypt where -lcrypto is specified.
Diffstat (limited to 'lib/libssh')
| -rw-r--r-- | lib/libssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssh/Makefile b/lib/libssh/Makefile index e5febc7f205..bd4624b9929 100644 --- a/lib/libssh/Makefile +++ b/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/13 22:42:24 christos Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/09 03:11:21 christos Exp $ .include <bsd.own.mk> @@ -23,6 +23,7 @@ CPPFLAGS+= -I${SSHDIST} LIBDPLIBS= crypto ${.CURDIR}/../libcrypto \ + crypt ${.CURDIR}/../libcrypt \ z ${.CURDIR}/../libz .include <bsd.lib.mk> |
