Build secure libtelnet if available and allowed

This commit is contained in:
ache 1995-09-29 19:45:25 +00:00
parent a8d5404334
commit 0c2fa63795

View File

@ -17,6 +17,8 @@ SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \
.if !exists(../secure) || defined(NOSECURE)
SUBDIR+= libtelnet
.else
SUBDIR+= ../secure/lib/libtelnet
.endif
.if defined(WANT_CSRG_LIBM)