From ea5dc58e567ce32df3ba2306ed43063a6dcf3ff2 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 23 Apr 2003 17:25:47 +0000 Subject: Update for 3.6.1p1; also remove Kerberos IV shims. --- secure/usr.sbin/sshd/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'secure/usr.sbin') diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 386acdf..23e8714 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -9,20 +9,13 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ auth-skey.c auth-bsdauth.c monitor_mm.c monitor.c \ auth2-none.c auth2-passwd.c auth2-pubkey.c \ auth2-hostbased.c auth2-kbdint.c \ - auth2-pam-freebsd.c monitor_wrap.c monitor_fdpass.c + auth2-pam-freebsd.c monitor_wrap.c monitor_fdpass.c \ + kexdhs.c kexgexs.c # Portability layer SRCS+= loginrec.c MAN= sshd.8 sshd_config.5 CFLAGS+=-I${SSHDIR} -.if defined(MAKE_KERBEROS4) -DISTRIBUTION=krb4 -CFLAGS+= -DKRB4 -SRCS+= auth-krb4.c -LDADD+= -lkrb -lcom_err -DPADD+= ${LIBKRB} ${LIBCOM_ERR} -.endif - .if defined(MAKE_KERBEROS5) DISTRIBUTION=krb5 CFLAGS+= -DKRB5 -DHEIMDAL -- cgit v1.1