Build ebones/libtelnet only if MAKE_EBONES defined

This commit is contained in:
ache 1997-01-08 11:34:32 +00:00
parent 1ff202e3f3
commit 8938f66feb

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)