aboutsummaryrefslogtreecommitdiff
path: root/eBones
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-02-09 15:44:13 +0000
committerMark Murray <markm@FreeBSD.org>1997-02-09 15:44:13 +0000
commita0e8b36fc541150d9e2f01affdeecf4deca1984d (patch)
tree33f6606305873555551335347f982af14edd318d /eBones
parent15f2609585e8c79ca514351003aa33b487f7b383 (diff)
Notes
Diffstat (limited to 'eBones')
-rw-r--r--eBones/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc
index 818b74a28dcc..4bc753ed47b9 100644
--- a/eBones/Makefile.inc
+++ b/eBones/Makefile.inc
@@ -3,8 +3,8 @@
DISTRIBUTION= krb
-.if exists(${.CURDIR}/../../lib/libtelnet/obj)
-TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet/obj
+.if exists(${.OBJDIR}/../../lib/libtelnet)
+TELNETOBJDIR= ${.OBJDIR}/../../lib/libtelnet
.else
TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
.endif