From 4b515e8781f22b6931b8c9340fff2edd14443602 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Feb 1996 09:17:42 +0000 Subject: 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 7417286..cec89cf 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 -- cgit v1.1