diff options
| -rw-r--r-- | usr.sbin/pkg_install/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index a47c4fcfc0be..dd10bb3aa60d 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -2,4 +2,8 @@ SUBDIR=lib add create delete info update version +.if !defined(NO_OPENSSL) +SUBDIR+=sign +.endif + .include <bsd.subdir.mk> |
