summaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
committerMark Murray <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
commitd14fc57cb7bc329a1510b2b84836a7942f4b9308 (patch)
treeff278696bb59004ab271c28cd32ca54383d97d4f /secure/Makefile.inc
parentf3e63a297725ac5bd2409b66b2487544545e1be0 (diff)
downloadsrc-test-d14fc57cb7bc329a1510b2b84836a7942f4b9308.tar.gz
src-test-d14fc57cb7bc329a1510b2b84836a7942f4b9308.zip
Make telnet with SRA work.
Submitted by: Nick Sayer
Notes
Notes: svn path=/head/; revision=51993
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 885e72c51f26d..673a94fb14460 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