summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-02 18:21:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-02 18:21:48 +0000
commitea0cdbc8aca9a1b83ec5fe80e522c36c5a897d1d (patch)
treeadfec0121749d4e5ee1723cb9714d46361522963
parentf0b8b1fccb894eaaa0e3dcde32ee07427dcd0c6c (diff)
Notes
-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 286e20a916cc..4fcb9b7cf0f4 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