summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-08-02 18:21:48 +0000
committersobomax <sobomax@FreeBSD.org>2001-08-02 18:21:48 +0000
commitbf2aec73e9f19e64a41d12cbf9b83e40e53be213 (patch)
treeadfec0121749d4e5ee1723cb9714d46361522963 /usr.sbin/pkg_install
parentc399f34c7d6e9521518ce5ae244f9a62661b983d (diff)
downloadFreeBSD-src-bf2aec73e9f19e64a41d12cbf9b83e40e53be213.zip
FreeBSD-src-bf2aec73e9f19e64a41d12cbf9b83e40e53be213.tar.gz
exists(../../crypto) --> exists(${.CURDIR}/../../crypto)
MFC after: 1 month
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index 286e20a..4fcb9b7 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
OpenPOWER on IntegriCloud