diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-10 09:43:29 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-10 09:43:29 +0000 |
| commit | 2f538dadf7f74549f6d45ba3c4f41e83fa810a17 (patch) | |
| tree | 131905f9cfc5d97e0451583c92ce98270934a8f3 /secure/lib/libssh/Makefile | |
| parent | c2d3a5594b0773a8f655211251f0364b8c77e768 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -rw-r--r-- | secure/lib/libssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 947f13a6fbb0..3c3e0b6eb0f7 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -4,11 +4,11 @@ SSHSRC= ${.CURDIR}/../../../crypto/openssh LIB= ssh -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 \ +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 \ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ - key.c dispatch.c dsa.c kex.c hmac.c uuencode.c + key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c NOPIC= yes |
