summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-01-07 11:17:23 +0000
committerdes <des@FreeBSD.org>2004-01-07 11:17:23 +0000
commit0e9909da2c1f056b869d718539b31c61bec15861 (patch)
tree761510fed0d5564bb8ef9322e51b0804bd9c96f6 /secure/lib
parent7545fb1c7eaf9a0f07cf592ab1b5aa8f59a59866 (diff)
downloadFreeBSD-src-0e9909da2c1f056b869d718539b31c61bec15861.zip
FreeBSD-src-0e9909da2c1f056b869d718539b31c61bec15861.tar.gz
Update Makefiles for OpenSSH 3.7.1p2.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 290744a..2315f27 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -2,15 +2,16 @@
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
- cipher.c compat.c compress.c crc32.c deattack.c fatal.c \
- hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
- rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
+ cipher.c cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o \
+ compat.c compress.c crc32.c deattack.c fatal.c \
+ hostfile.c log.c match.c moduli.c mpaux.c nchan.c packet.c \
+ readpass.c rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
key.c dispatch.c kex.c mac.c uuencode.c misc.c \
rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
- kexdhc.c kexgexc.c scard.c msg.c progressmeter.c \
- entropy.c
+ kexdhc.c kexgexc.c scard.c msg.c progressmeter.c dns.c \
+ entropy.c scard-opensc.c gss-genr.c
# Portability layer
-SRCS+= bsd-misc.c vis.c xmmap.c
+SRCS+= bsd-misc.c vis.c xcrypt.c xmmap.c
# FreeBSD additions
SRCS+= version.c
@@ -25,8 +26,8 @@ CFLAGS+= -DKRB5 -DHEIMDAL
NOLINT= true
-DPADD= ${LIBCRYPTO} ${LIBZ}
-LDADD= -lcrypto -lz
+DPADD= ${LIBCRYPTO} ${LIBCRYPT} ${LIBZ}
+LDADD= -lcrypto -lcrypt -lz
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud