exists(../../crypto) --> exists(${.CURDIR}/../../crypto)

MFC after:	1 month
This commit is contained in:
Maxim Sobolev 2001-08-02 18:21:48 +00:00
parent f0b8b1fccb
commit ea0cdbc8ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81059

View File

@ -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