From ee63e7dc15cc9a4f4ef4c40ed7ae743aa0706003 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 5 May 2003 07:58:44 +0000 Subject: Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked. --- secure/lib/Makefile | 2 +- secure/lib/libssh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/lib') diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 9c8856d..16aff1a 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -6,7 +6,7 @@ SUBDIR+=libcrypto libssl .if !defined(NO_OPENSSH) SUBDIR+=libssh .endif -.if !defined(MAKE_KERBEROS5) +.if defined(NO_KERBEROS) SUBDIR+=libtelnet .endif .endif diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 6415f58..290744a 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,7 +19,7 @@ SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif CFLAGS+= -I${SSHDIR} -.if defined(MAKE_KERBEROS5) +.if !defined(NO_KERBEROS) CFLAGS+= -DKRB5 -DHEIMDAL .endif -- cgit v1.1