From 153193f39262bff448307d2a0d1fb49dce1c52fb Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 29 Sep 1995 19:45:25 +0000 Subject: Build secure libtelnet if available and allowed --- lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index 96a409a9e14c..a1d46e4d6cd3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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) -- cgit v1.3