From 4a47bd71ab9b1c9cda2ea32e3324f28a09bf6ad8 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 23 Jan 2010 17:31:13 +0000 Subject: Unbreak world WITHOUT_OPENSSL: the new dc(1) depends on crypto(3) and bc(1) depends on dc(1). --- usr.bin/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.1