Compile libtelnet from eBones, not secure.

2.2 candidate.
This commit is contained in:
Mark Murray 1996-11-03 16:59:04 +00:00
parent 2cde372bc2
commit 58dee85f34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19367

View File

@ -30,14 +30,14 @@ SUBDIR+= libcrypt
.endif
.endif
.if !exists(../secure) || defined(NOSECURE)
.if !exists(../eBones) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
.if defined(RELEASEDIR)
# releases do need both libraries
SUBDIR+= libtelnet
.endif
SUBDIR+= ../secure/lib/libtelnet
SUBDIR+= ../eBones/lib/libtelnet
.endif
.if defined(WANT_CSRG_LIBM)