Build ebones/libtelnet only if MAKE_EBONES defined

This commit is contained in:
Andrey A. Chernov 1997-01-08 11:34:32 +00:00
parent 5f169eef3e
commit c4be7158c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21426

View File

@ -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)