diff options
| author | Wes Peters <wes@FreeBSD.org> | 2001-03-05 04:42:37 +0000 |
|---|---|---|
| committer | Wes Peters <wes@FreeBSD.org> | 2001-03-05 04:42:37 +0000 |
| commit | 056e5d67864b941df71d63d53f28d34ec4dd4cb9 (patch) | |
| tree | cf8758a44fbae348802b00dc342ccecb25d476a8 | |
| parent | ae383d0cc752b108d842778395b5db94d24ee6e0 (diff) | |
Notes
| -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> |
