From 056e5d67864b941df71d63d53f28d34ec4dd4cb9 Mon Sep 17 00:00:00 2001 From: Wes Peters Date: Mon, 5 Mar 2001 04:42:37 +0000 Subject: [PATCH] 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 a47c4fcfc0b..dd10bb3aa60 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 -- 2.45.2