mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
Fix the way the obj/ dir is found
This commit is contained in:
parent
15f2609585
commit
a0e8b36fc5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue