Previous commit erroneously listed some sources with .o suffixes.

This commit is contained in:
Dag-Erling Smørgrav 2004-01-07 11:59:52 +00:00
parent 6e14bc788d
commit 3b7f13a03b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124215

View File

@ -2,7 +2,7 @@
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c cipher-aes.o cipher-bf1.o cipher-ctr.o cipher-3des1.o \
cipher.c cipher-aes.c cipher-bf1.c cipher-ctr.c cipher-3des1.c \
compat.c compress.c crc32.c deattack.c fatal.c \
hostfile.c log.c match.c moduli.c mpaux.c nchan.c packet.c \
readpass.c rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \