diff options
author | markm <markm@FreeBSD.org> | 2003-03-08 11:01:31 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-03-08 11:01:31 +0000 |
commit | 16134073bb49e437b62c9cb30a1a7059a51e708b (patch) | |
tree | 78c980230644d7f53e32ff0703860d1f408c6fb9 /lib | |
parent | 9981c003b18c8cd85651783b293372e0a89d2115 (diff) | |
download | FreeBSD-src-16134073bb49e437b62c9cb30a1a7059a51e708b.zip FreeBSD-src-16134073bb49e437b62c9cb30a1a7059a51e708b.tar.gz |
KerberosIV deorbit sequence continues: Look for K5 instead of KIV
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 5 |
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 |