summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-07 16:39:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-07 16:39:04 +0100
commit53860da0df531e9f3c105f1c00a6134b88932cb3 (patch)
tree3bace94453bf5c52d294e6296355edb3b3e2c530 /tools/Makefile
parent1261f1bb8df710a8e5d56379cc177fe5756c453a (diff)
add gnu bc, for bsd buildsystems
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e644efbb1..4326dd4ab 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
-TARGETS:=adk mkcrypt cpio mkimage genext2fs
+TARGETS:=adk mkcrypt cpio mkimage genext2fs bc
ifeq ($(ADK_TARGET_ROOTFS_ISO),y)
TARGETS+=cdrtools syslinux
endif