diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-23 17:25:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-23 17:25:47 +0000 |
| commit | d8b043c8d497cc88b50b7cf13479f4766fde5b7f (patch) | |
| tree | a565cde5719a80b6345b3f74324cba525a59e98f /secure/lib/libssh | |
| parent | 2d61bc670622785f8887db4422d97517596f1527 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index c9311a50deaf..6415f580c27e 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,9 +7,10 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \ key.c dispatch.c kex.c mac.c uuencode.c misc.c \ rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ - scard.c monitor_wrap.c monitor_fdpass.c msg.c xmmap.c + kexdhc.c kexgexc.c scard.c msg.c progressmeter.c \ + entropy.c # Portability layer -SRCS+= bsd-misc.c entropy.c +SRCS+= bsd-misc.c vis.c xmmap.c # FreeBSD additions SRCS+= version.c @@ -18,9 +19,6 @@ SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif CFLAGS+= -I${SSHDIR} -.if defined(MAKE_KERBEROS4) -CFLAGS+= -DKRB4 -.endif .if defined(MAKE_KERBEROS5) CFLAGS+= -DKRB5 -DHEIMDAL .endif |
