Define CRYPTOBJDIR if secure is being built
This commit is contained in:
parent
a00c541511
commit
78f711b914
@ -2,3 +2,13 @@
|
||||
|
||||
BINDIR?= /bin
|
||||
NOSHARED?= YES
|
||||
|
||||
.if exists (${.CURDIR}/../../secure)
|
||||
|
||||
.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
|
||||
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
|
||||
.else
|
||||
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
|
||||
.endif
|
||||
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user