summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-01-14 05:22:31 +0000
committeritojun <itojun@NetBSD.org>2001-01-14 05:22:31 +0000
commita0f7a7d829e0d0c9b7dd3107cf1dddbeeab25dd5 (patch)
treef9a27c3560e0ac40c652fbda992c3201b814b0df /usr.bin/ssh/libssh
parentbfbf0e0d310cf125a3f85756db1fc8bf56055bc5 (diff)
crypto/dist/ssh: resolve conflicts with 2.3.0/20010105.
usr.bin/ssh: add ssh-keyscan and sftp-server into SUBDIR.
Diffstat (limited to 'usr.bin/ssh/libssh')
-rw-r--r--usr.bin/ssh/libssh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
index 2309b0e1de8..5d6cad885d2 100644
--- a/usr.bin/ssh/libssh/Makefile
+++ b/usr.bin/ssh/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/09/28 22:06:44 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2001/01/14 05:22:33 itojun Exp $
.include <bsd.own.mk>
@@ -10,7 +10,8 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.c \
hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
random.c rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c \
- atomicio.c key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c
+ atomicio.c key.c dispatch.c kex.c hmac.c uuencode.c util.c \
+ cli.c rijndael.c ssh-dss.c ssh-rsa.c
MKLINT= no
MKMAN= no