summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-03-08 11:01:31 +0000
committermarkm <markm@FreeBSD.org>2003-03-08 11:01:31 +0000
commit16134073bb49e437b62c9cb30a1a7059a51e708b (patch)
tree78c980230644d7f53e32ff0703860d1f408c6fb9 /lib/Makefile
parent9981c003b18c8cd85651783b293372e0a89d2115 (diff)
downloadFreeBSD-src-16134073bb49e437b62c9cb30a1a7059a51e708b.zip
FreeBSD-src-16134073bb49e437b62c9cb30a1a7059a51e708b.tar.gz
KerberosIV deorbit sequence continues: Look for K5 instead of KIV
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 689db59..d0962ca 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -72,8 +72,9 @@ _libdisk=libdisk
.endif
.if defined(RELEASEDIR) || \
- (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
- defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
+ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
+ defined(NOCRYPT) || \
+ (defined(NOSECURE) && !defined(MAKE_KERBEROS5))
_libtelnet= libtelnet
.endif
OpenPOWER on IntegriCloud