diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-03-08 11:01:31 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-03-08 11:01:31 +0000 |
| commit | 7678c8a4fa6a1b4699eea58f5e24e1eaef613432 (patch) | |
| tree | 78c980230644d7f53e32ff0703860d1f408c6fb9 /lib/Makefile | |
| parent | 5d658b151b41c1b274eed52e738e78e0d1d43300 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 689db59f40555..d0962ca7d9a63 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 |
