summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
committermarkm <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
commite22fcdae42a8377fd03093fb75eb19694507a055 (patch)
tree29229b1840e80b5380745070efc7d2f6db9abd89 /secure/Makefile.inc
parenta6c74e1cc3763a132f455e6c6ae55205e60f9ecf (diff)
downloadFreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.zip
FreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.tar.gz
Make telnet with SRA work.
Submitted by: Nick Sayer
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
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
OpenPOWER on IntegriCloud