mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
exists(../../crypto) --> exists(${.CURDIR}/../../crypto)
MFC after: 1 month
This commit is contained in:
parent
f0b8b1fccb
commit
ea0cdbc8ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SUBDIR= lib add create delete info update version
|
||||
|
||||
.if exists(../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
DISTRIBUTION= crypto
|
||||
SUBDIR+= sign
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue