pass better arguments to mkdep.
authorespie <espie@openbsd.org>
Sun, 4 Jun 2017 12:25:19 +0000 (12:25 +0000)
committerespie <espie@openbsd.org>
Sun, 4 Jun 2017 12:25:19 +0000 (12:25 +0000)
commit9306cdbfdcc90fc60260b9a10d9362f86156f6fe
treedc3fc7445763f1496bfd10905f4330a4773e0b59
parent5842cea5f8952ff560d975e00d6e95ef4a85b598
pass better arguments to mkdep.
- some std= parameters are actually critical, -std=c++11 makes a huge
difference for clang.
- explicitly ask mkdep to run the C++ compiler for C++ code, as again,
some compilers will see the difference.

(this should allow us to repair make depend under src/gnu/usr.bin/clang)

okay kettenis@
share/mk/bsd.dep.mk