blob: 3acf98cdb5d16fc03ec0c3e8c3cda32bc5e934d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: shell-ksh.mk,v 1.1 2020/10/03 14:39:36 rillig Exp $
#
# Tests for using a korn shell for running the commands.
.SHELL: name="ksh" path="ksh"
all:
: normal
@: hidden
+: always
-: ignore errors
|