From 93621792202c101127a259f20afeae463ef640ce Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 5 Mar 2001 04:42:37 +0000 Subject: Build package signing tools if OpenSSL is included in the build. Prodded-by: kkenn, this time. --- usr.sbin/pkg_install/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1