diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:57:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 11:57:58 +0000 |
| commit | 9939988ef2ebc1b510098f207cfe8e4226fdafe7 (patch) | |
| tree | c74b6a0ddba040ec5fc4574df8c4cfb66246b467 /usr.sbin/pkg_install | |
| parent | 435dd29b279762f5cb302eb45374d2d60a52fafa (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
| -rw-r--r-- | usr.sbin/pkg_install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index 16b8de958099..992b8c002ea0 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -2,7 +2,7 @@ SUBDIR= lib add create delete info version -.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL) DISTRIBUTION= crypto SUBDIR+= sign .endif |
