tools/make_libdeps.sh: Adjust invocation.
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 24 May 2018 09:16:49 +0000 (12:16 +0300)
committerzrj <zrj@dragonflybsd.org>
Thu, 24 May 2018 10:19:52 +0000 (13:19 +0300)
commita306098093a12ac85302722ea66e9ef72823977e
tree38f4ff2072ccade9f5df8664ca12e3f018d663bb
parentd7e4756d998a661545bc915ca64acb52a75b6aa2
tools/make_libdeps.sh: Adjust invocation.

Small changes:
 * add /sbin to the patch for `sysctl hw.platform` in sys.mk;
 * use tr(1) from /bin instead of rs(1) that might truncate;
 * enforce C collate;
 * explicitly sort find(1) results.
tools/make_libdeps.sh