Build ebones/libtelnet only if MAKE_EBONES defined
This commit is contained in:
parent
1ff202e3f3
commit
8938f66feb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user