diff options
-rw-r--r-- | lib/Makefile | 2 |
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) |