diff options
| author | Mark Murray <markm@FreeBSD.org> | 1997-02-09 15:44:13 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1997-02-09 15:44:13 +0000 |
| commit | a0e8b36fc541150d9e2f01affdeecf4deca1984d (patch) | |
| tree | 33f6606305873555551335347f982af14edd318d /eBones | |
| parent | 15f2609585e8c79ca514351003aa33b487f7b383 (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 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 |
