summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ebe1692..8798677 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -30,7 +30,7 @@ SUBDIR+= libcrypt
.endif
.endif
-.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE)
+.if !exists(${.CURDIR}/../eBones) || defined(NOSECURE) || !defined(MAKE_EBONES)
SUBDIR+= libtelnet
.else
.if defined(RELEASEDIR)
OpenPOWER on IntegriCloud