diff options
author | des <des@FreeBSD.org> | 2004-01-07 11:59:52 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-01-07 11:59:52 +0000 |
commit | 7a85d4b65441bb1f28d567b1d687806640276c3a (patch) | |
tree | 0640c03896ffb082aee47328a1a1343b33ba82d9 /secure | |
parent | 20bc942046ed62c12895ffd1418110bca2b58111 (diff) | |
download | FreeBSD-src-7a85d4b65441bb1f28d567b1d687806640276c3a.zip FreeBSD-src-7a85d4b65441bb1f28d567b1d687806640276c3a.tar.gz |
Previous commit erroneously listed some sources with .o suffixes.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 2315f27..2acd5cd 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -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 \ |