btools: Do not link with LIBEDIT for bin/sh.
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 14 Nov 2017 15:42:31 +0000 (17:42 +0200)
committerzrj <zrj@dragonflybsd.org>
Wed, 15 Nov 2017 19:34:25 +0000 (21:34 +0200)
commit5f5251e124d18037ddc354bfa143a9055f926776
tree30218a3cf4951a6bfeeea2af8b80134a4b449632
parentc2e4744eaace738b80d68ed96ed2f382abbe5ed3
btools: Do not link with LIBEDIT for bin/sh.

The -DNO_HISTORY already disables all libprivate_edit functionality and
libncurses is only a dep for libedit. Simply remove extra dependencies.
Keeps btools slim and cleaner.
bin/sh/Makefile