diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2010-01-23 17:31:13 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2010-01-23 17:31:13 +0000 |
| commit | f50eacd5e2578d6bd7cb2d04431e5cfeabff9907 (patch) | |
| tree | ce1f19d7d57ac5b599e5d419edfe5a3b7c76ff9c /usr.bin/Makefile | |
| parent | b0b9dee5c9e8c74516fa4c8ca246aa89782ec4fd (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 19f42963c1e19..6d30029c5a010 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 |
