From e22fcdae42a8377fd03093fb75eb19694507a055 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 7 Oct 1999 19:47:09 +0000 Subject: Make telnet with SRA work. Submitted by: Nick Sayer --- secure/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'secure/Makefile.inc') diff --git a/secure/Makefile.inc b/secure/Makefile.inc index 885e72c..673a94f 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -2,6 +2,14 @@ DISTRIBUTION=des +TELNETDIR= ${.CURDIR}/../../../crypto/telnet + +.if exists(${.OBJDIR}/../../lib/libtelnet) +TELNETOBJDIR= ${.OBJDIR}/../../lib/libtelnet +.else +TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet +.endif + .if exists(${.CURDIR}/../../lib/libcrypt/obj) CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj .else -- cgit v1.1