diff options
| author | Mark Murray <markm@FreeBSD.org> | 1997-02-09 15:46:43 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1997-02-09 15:46:43 +0000 |
| commit | 3dff96feaab47bf97eec69fc3159e11ab9ff9b86 (patch) | |
| tree | cee10535e7afd772b46aa53439089727f6330c2e /eBones | |
| parent | 9a2b8c3aa1cb7edbc37374a608bd375be7351a1e (diff) | |
Notes
Diffstat (limited to 'eBones')
| -rw-r--r-- | eBones/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc index 53768c02cb77..6b7bfed316de 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 |
