diff options
| author | Wes Peters <wes@FreeBSD.org> | 2001-03-05 04:33:54 +0000 |
|---|---|---|
| committer | Wes Peters <wes@FreeBSD.org> | 2001-03-05 04:33:54 +0000 |
| commit | 1d79387c996793b60619d0ee1dc4c84205f82bca (patch) | |
| tree | b7563625b647ac0d333a919b839feba096157488 | |
| parent | 68d53a550c346281a300facd6181b7a92ab2e868 (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> |
