summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 52d0e44..692d431 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -57,7 +57,8 @@ _libm= msun
_libio= libio
.endif
-.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || \
+.if defined(RELEASEDIR) || \
+ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || \
defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
_libtelnet= libtelnet
.endif
OpenPOWER on IntegriCloud