diff options
| author | itojun <itojun@NetBSD.org> | 2001-02-07 17:05:31 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2001-02-07 17:05:31 +0000 |
| commit | 1f5cfca3e6208be36965abb0d6baca3fb928ecaa (patch) | |
| tree | c82e42db08f94d38026964a0d38ba2871aeff9a2 /usr.bin/ssh/libssh | |
| parent | a2a041bd71e6ad5dc5da5fb5511eddb71b21769b (diff) | |
sync crypto/dist/ssh with re-importorted tree. try to minimize diffs
with openssh tree to ease future upgrade. re-do local changes, including:
- prototype pedants
- IgnoreRootRhosts
- login.conf user validation
some of the local changes that weren't used are omitted for now. we may
need to revisit those afterwards.
it adds "sftp".
Diffstat (limited to 'usr.bin/ssh/libssh')
| -rw-r--r-- | usr.bin/ssh/libssh/Makefile | 7 |
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 |
