diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 12:04:21 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-01-09 12:04:21 +0000 |
| commit | a5c14b885ba4d819d4fa1c457fd1e459d731bc5c (patch) | |
| tree | a467fdea8f4ea1304a418c295983e5a94ddce1fc /usr.sbin/pkg_install | |
| parent | a65a280612849ad258987779b6cac0f7bd2dce6a (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 992b8c002ea0..6ffecc2fdf8c 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 !defined(NOCRYPT) && !defined(NOSECURE) !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) DISTRIBUTION= crypto SUBDIR+= sign .endif |
