Launch the bourne shell using "sh" rather than "${SHELL}", as the latter
authorian <ian@FreeBSD.org>
Mon, 23 Sep 2013 00:04:36 +0000 (00:04 +0000)
committerian <ian@FreeBSD.org>
Mon, 23 Sep 2013 00:04:36 +0000 (00:04 +0000)
commit5acce3cc7f418da48d069006b327265877aa87d8
tree70bd37bc2c81088a56eabf4372c814f4a49d5f63
parent26423835af161459626fd913fb397bdda1e0f167
Launch the bourne shell using "sh" rather than "${SHELL}", as the latter
may come in from the environment and reflect the user's interactive shell.
Using bare "sh" is the dominant pattern in existing makefiles.

MFC this together with r255775.

Approved by: re ()
MFC after: 2 weeks
include/Makefile