From f56cb868d52061aea60c9995593037b03561ce42 Mon Sep 17 00:00:00 2001 From: henning Date: Tue, 22 Apr 2014 11:47:55 +0000 Subject: [PATCH] comment out the .if (${KERBEROS5:L} block for now, breaks the build once the bsd.own.mk KERBEROS5 is removed otherwise. this way suggested by theo. --- usr.bin/ssh/lib/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/ssh/lib/Makefile b/usr.bin/ssh/lib/Makefile index 20a19d8b90f..8a14f5fa604 100644 --- a/usr.bin/ssh/lib/Makefile +++ b/usr.bin/ssh/lib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2014/01/29 06:18:35 djm Exp $ +# $OpenBSD: Makefile,v 1.75 2014/04/22 11:47:55 henning Exp $ .PATH: ${.CURDIR}/.. .include "${.CURDIR}/../Makefile.inc" @@ -40,11 +40,11 @@ install: .include -.if (${KERBEROS5:L} == "yes") -CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV +# .if (${KERBEROS5:L} == "yes") +# CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -SRCS+= gss-genr.c -CFLAGS+= -DGSSAPI -.endif # KERBEROS5 +# SRCS+= gss-genr.c +# CFLAGS+= -DGSSAPI +# .endif # KERBEROS5 .include -- 2.20.1