summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-23 17:31:13 +0000
committerantoine <antoine@FreeBSD.org>2010-01-23 17:31:13 +0000
commit4a47bd71ab9b1c9cda2ea32e3324f28a09bf6ad8 (patch)
treece1f19d7d57ac5b599e5d419edfe5a3b7c76ff9c /usr.bin
parent9a7f4738f4b1cfdb4d140e79f2f45b83f0c37aa5 (diff)
downloadFreeBSD-src-4a47bd71ab9b1c9cda2ea32e3324f28a09bf6ad8.zip
FreeBSD-src-4a47bd71ab9b1c9cda2ea32e3324f28a09bf6ad8.tar.gz
Unbreak world WITHOUT_OPENSSL:
the new dc(1) depends on crypto(3) and bc(1) depends on dc(1).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 19f4296..6d30029 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
OpenPOWER on IntegriCloud