Index: stable/4/usr.sbin/pkg_install/Makefile =================================================================== --- stable/4/usr.sbin/pkg_install/Makefile (revision 84403) +++ stable/4/usr.sbin/pkg_install/Makefile (revision 84404) @@ -1,10 +1,10 @@ # $FreeBSD$ SUBDIR=lib add create delete info update version -.if exists(${CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) DISTRIBUTION=crypto SUBDIR+=sign .endif .include