diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 10:55:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 10:55:50 +0100 |
commit | 5101b72fac2c9a6971a0c7d2fe6bbd318e9678ab (patch) | |
tree | 73e65e00e46546c46a0bcd9f0d81173da288f2c6 /tools/Makefile | |
parent | 8b0401f6010bb6318fe86f6a6eb11098a0952903 (diff) |
use mksh in tools, too
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index a8156cb79..cdbf2b4f1 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk -TARGETS:=adk mkcrypt cpio m4 flex bc bzip2 xz +TARGETS:=adk mksh mkcrypt cpio m4 flex bc bzip2 xz ifeq ($(ADK_HOST_NEED_GENEXT2FS),y) TARGETS+=genext2fs |