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