summaryrefslogtreecommitdiff
path: root/secure/lib/libssh/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-23 16:09:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-23 16:09:29 +0000
commitfd9fc3f0c236c9ef9db8720140c1ad1c10d6e623 (patch)
tree67e1be073601faab2fd6a60ec54ca7c7b3508dab /secure/lib/libssh/Makefile
parent80628bacb0b4bc1daaef4e038e755602c972bede (diff)
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
-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 076e666c1923..e5146bb3cdff 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