xref: /freebsd/contrib/bmake/unit-tests/shell-sh.mk (revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
1# $NetBSD: shell-sh.mk,v 1.2 2023/12/24 16:48:30 sjg Exp $
2#
3# Tests for using a bourne shell for running the commands.
4# This is the default shell, so there's nothing surprising.
5
6.SHELL: name="sh"
7
8all:
9	: normal
10	@: hidden
11	+: always
12	-: ignore errors
13