mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202892
@ -18,7 +18,7 @@ SUBDIR= alias \
|
|||||||
awk \
|
awk \
|
||||||
banner \
|
banner \
|
||||||
basename \
|
basename \
|
||||||
bc \
|
${_bc} \
|
||||||
${_biff} \
|
${_biff} \
|
||||||
${_bluetooth} \
|
${_bluetooth} \
|
||||||
brandelf \
|
brandelf \
|
||||||
@ -50,7 +50,7 @@ SUBDIR= alias \
|
|||||||
${_csup} \
|
${_csup} \
|
||||||
${_ctags} \
|
${_ctags} \
|
||||||
cut \
|
cut \
|
||||||
dc \
|
${_dc} \
|
||||||
${_dig} \
|
${_dig} \
|
||||||
dirname \
|
dirname \
|
||||||
du \
|
du \
|
||||||
@ -280,7 +280,9 @@ _hesinfo= hesinfo
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${MK_OPENSSL} != "no"
|
.if ${MK_OPENSSL} != "no"
|
||||||
|
_bc= bc
|
||||||
_chkey= chkey
|
_chkey= chkey
|
||||||
|
_dc= dc
|
||||||
_newkey= newkey
|
_newkey= newkey
|
||||||
.if ${MK_LIBTHR} != "no"
|
.if ${MK_LIBTHR} != "no"
|
||||||
_csup= csup
|
_csup= csup
|
||||||
|
Loading…
Reference in New Issue
Block a user