From eb5bc2e76531173fc61215ecdc046ae13d37572d Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 13 Feb 1996 09:17:42 +0000 Subject: [PATCH] Include both, the regular and the `secure' libtelnet, when building a release. --- lib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index 741728635796..cec89cf30704 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -28,6 +28,10 @@ SUBDIR+= libcrypt .if !exists(../secure) || defined(NOSECURE) SUBDIR+= libtelnet .else +.if defined(RELEASEDIR) +# releases do need both libraries +SUBDIR+= libtelnet +.endif SUBDIR+= ../secure/lib/libtelnet .endif