blob: b3d4f18bbac9976cb2d1fac528b60744963fd0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: shell-sh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
#
# Tests for using a bourne shell for running the commands.
# This is the default shell, so there's nothing surprising.
.SHELL: name="sh" path="sh"
all:
: normal
@: hidden
+: always
-: ignore errors
|