summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
-rw-r--r--usr.sbin/pkg_install/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile
index a47c4fc..dd10bb3 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>
OpenPOWER on IntegriCloud