diff options
author | kris <kris@FreeBSD.org> | 2000-06-03 10:04:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-06-03 10:04:31 +0000 |
commit | de18291bd3fec04a74d193e7979ad4fab5968473 (patch) | |
tree | ea2e39f0ec905c30757b041052fd37efd47de8bb /secure/lib/libssh/Makefile | |
parent | a55fcaa060a8a5296437da631991116b28e265bd (diff) | |
download | FreeBSD-src-de18291bd3fec04a74d193e7979ad4fab5968473.zip FreeBSD-src-de18291bd3fec04a74d193e7979ad4fab5968473.tar.gz |
Add a new file to SRCS
Diffstat (limited to 'secure/lib/libssh/Makefile')
-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 93a4515..947f13a 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -4,7 +4,7 @@ SSHSRC= ${.CURDIR}/../../../crypto/openssh LIB= ssh -SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ +SRCS= authfd.c authfile.c aux.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.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 \ |