mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Unbreak world WITHOUT_OPENSSL:
the new dc(1) depends on crypto(3) and bc(1) depends on dc(1).
This commit is contained in:
parent
b0b9dee5c9
commit
f50eacd5e2
1 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ SUBDIR= alias \
|
|||
awk \
|
||||
banner \
|
||||
basename \
|
||||
bc \
|
||||
${_bc} \
|
||||
${_biff} \
|
||||
${_bluetooth} \
|
||||
brandelf \
|
||||
|
|
@ -50,7 +50,7 @@ SUBDIR= alias \
|
|||
${_csup} \
|
||||
${_ctags} \
|
||||
cut \
|
||||
dc \
|
||||
${_dc} \
|
||||
${_dig} \
|
||||
dirname \
|
||||
du \
|
||||
|
|
@ -280,7 +280,9 @@ _hesinfo= hesinfo
|
|||
.endif
|
||||
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
_bc= bc
|
||||
_chkey= chkey
|
||||
_dc= dc
|
||||
_newkey= newkey
|
||||
.if ${MK_LIBTHR} != "no"
|
||||
_csup= csup
|
||||
|
|
|
|||
Loading…
Reference in a new issue