From 4d56bc2300180b43e3a9564b8b13b87c505cbcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 29 Oct 2002 10:18:00 +0000 Subject: Update for OpenSSH 3.5p1. --- secure/lib/libssh/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'secure/lib/libssh/Makefile') diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 515dab5aaa6d..8e037119719d 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -8,7 +8,7 @@ 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 + scard.c monitor_wrap.c monitor_fdpass.c msg.c xmmap.c # Portability layer SRCS+= bsd-misc.c entropy.c # FreeBSD additions @@ -17,6 +17,14 @@ CFLAGS+=-I${SSHDIR} NOLINT= true +.if defined(MAKE_KERBEROS4) +CFLAGS+= -DKRB4 +.endif + +.if defined(MAKE_KERBEROS5) +CFLAGS+= -DKRB5 -DHEIMDAL +.endif + .if defined(COMPAT_GETADDRINFO) SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif -- cgit v1.2.3