aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
commit4ecbb303465d9a56a783068c2bcd2cf6255b6d4f (patch)
tree76b10b0143fafad620c24bc602b75b051186f1c9 /secure/Makefile.inc
parent1005a129e5ff4af4709d281023e8a101a28fcb82 (diff)
Notes
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index ca5d1f4b7d575..9770b35b07b0a 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -3,6 +3,11 @@
DISTRIBUTION?=crypto
TELNETDIR= ${.CURDIR}/../../../crypto/telnet
+.if exists(${.OBJDIR}/../../lib/libtelnet)
+LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
+.else
+LIBTELNET= ${.CURDIR}/../../lib/libtelnet/libtelnet.a
+.endif
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj