aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
committerMark Murray <markm@FreeBSD.org>2003-05-05 07:58:44 +0000
commitdbf104e68ddd9f971ebc05a68df1e525c3888997 (patch)
tree56d309156db9452465ff78724b6b4c3a6e0cbcba /secure/lib
parent2154a1eed3cae747998e1aaf257bc878f5f0f9e4 (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/Makefile2
-rw-r--r--secure/lib/libssh/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 9c8856dcaab5..16aff1a08d4c 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 6415f580c27e..290744a405e8 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