summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-23 16:09:29 +0000
committerdes <des@FreeBSD.org>2002-06-23 16:09:29 +0000
commit8577d3fa572c66eefc1fa1cf4492e8230fa0b937 (patch)
tree67e1be073601faab2fd6a60ec54ca7c7b3508dab /secure/lib
parentfa8aa6dfe7e9aaab9f8fa1e3290e7242fc12d83d (diff)
downloadFreeBSD-src-8577d3fa572c66eefc1fa1cf4492e8230fa0b937.zip
FreeBSD-src-8577d3fa572c66eefc1fa1cf4492e8230fa0b937.tar.gz
Update Makefiles for OpenSSH 3.3.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index 076e666..e5146bb 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -2,13 +2,14 @@
#
LIB= ssh
-SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
+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 uidswap.c xmalloc.c atomicio.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 \
- version.c
+ scard.c monitor_wrap.c monitor_fdpass.c msg.c \
+ uidswap.c version.c
.if defined(COMPAT_GETADDRINFO)
SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
OpenPOWER on IntegriCloud