diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-22 11:47:56 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-04-22 11:47:56 +0000 |
commit | ef224a87c34f11b1e9423aa90b06b7591e7f20e2 (patch) | |
tree | 6d38dcb7f12aab337cd8f01071009f9c2d48a41e /usr.bin/ssh/lib | |
parent | c95c9b9f82d8cc3a427ad8bc37629bb19cfd6ac0 (diff) |
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.
Diffstat (limited to 'usr.bin/ssh/lib')
-rw-r--r-- | usr.bin/ssh/lib/Makefile | 12 |
1 files 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 <bsd.own.mk> -.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 <bsd.lib.mk> |