summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/libssh')
-rw-r--r--usr.bin/ssh/libssh/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
index 5d6cad885d2..2785aa2d9dc 100644
--- a/usr.bin/ssh/libssh/Makefile
+++ b/usr.bin/ssh/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/01/14 05:22:33 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/07 17:05:36 itojun Exp $
.include <bsd.own.mk>
@@ -9,9 +9,10 @@ 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 \
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 kex.c hmac.c uuencode.c util.c \
+ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
+ key.c dispatch.c kex.c hmac.c uuencode.c misc.c \
cli.c rijndael.c ssh-dss.c ssh-rsa.c
+SRCS+= random.c
MKLINT= no
MKMAN= no