diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-31 10:30:19 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-31 10:30:19 +0000 |
commit | 13b7efb1ee22badf3056897b16c6f7c65e7ef4fd (patch) | |
tree | 60de6accf917304e971df4e7e7b46a07d48040cb /usr.bin/ssh/lib/Makefile | |
parent | da366a3728ccb9202e30de6fedd543ce5c1ec3c1 (diff) |
undo the .c file split, just merge the header and keep the cvs history
Diffstat (limited to 'usr.bin/ssh/lib/Makefile')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 6e9f59425c3..f8a87163ec6 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,13 +1,11 @@ -# $OpenBSD: Makefile,v 1.23 2001/05/30 12:55:14 markus Exp $ +# $OpenBSD: Makefile,v 1.24 2001/05/31 10:30:18 markus Exp $ .PATH: ${.CURDIR}/.. LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c \ - channel.c channel-close.c channel-input.c channel-core.c \ - channel-tcpfwd.c channel-auth.c channel-x11.c \ - cipher.c compat.c compress.c crc32.c deattack.c \ - hostfile.c log.c match.c mpaux.c packet.c readpass.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 \ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ |