diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index fd4a7e7899b..d30b74ad0f1 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.59 2013/06/18 20:27:20 miod Exp $ +# $OpenBSD: Makefile,v 1.60 2013/06/19 05:27:06 deraadt Exp $ .PATH: ${.CURDIR}/.. @@ -17,6 +17,7 @@ SRCS= ssh.c readconf.c clientloop.c sshtty.c \ roaming_common.c roaming_client.c .include <bsd.own.mk> +KERBEROS5=no .if (${KERBEROS5:L} == "yes") CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index 800b849e441..5caa77eeaaf 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2013/06/18 20:27:20 miod Exp $ +# $OpenBSD: Makefile,v 1.76 2013/06/19 05:27:07 deraadt Exp $ .PATH: ${.CURDIR}/.. @@ -19,6 +19,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ roaming_common.c roaming_serv.c sandbox-systrace.c .include <bsd.own.mk> # for KERBEROS and AFS +KERBEROS5=no .if (${KERBEROS5:L} == "yes") CFLAGS+=-DKRB5 -I${DESTDIR}/usr/include/kerberosV -DGSSAPI |