diff options
author | des <des@FreeBSD.org> | 2003-04-23 17:25:47 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-04-23 17:25:47 +0000 |
commit | ea5dc58e567ce32df3ba2306ed43063a6dcf3ff2 (patch) | |
tree | a565cde5719a80b6345b3f74324cba525a59e98f /secure/usr.sbin/sshd | |
parent | a4b5e84c1cce20ee2c4f3f1a908c8547aaf12f79 (diff) | |
download | FreeBSD-src-ea5dc58e567ce32df3ba2306ed43063a6dcf3ff2.zip FreeBSD-src-ea5dc58e567ce32df3ba2306ed43063a6dcf3ff2.tar.gz |
Update for 3.6.1p1; also remove Kerberos IV shims.
Diffstat (limited to 'secure/usr.sbin/sshd')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
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 |