From ea0cdbc8aca9a1b83ec5fe80e522c36c5a897d1d Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 2 Aug 2001 18:21:48 +0000 Subject: [PATCH] exists(../../crypto) --> exists(${.CURDIR}/../../crypto) MFC after: 1 month --- usr.sbin/pkg_install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index 286e20a916c..4fcb9b7cf0f 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -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