xref: /freebsd/contrib/bmake/unit-tests/sh.mk (revision f0865ec9906d5a18fa2a3b61381f22ce16e606ad)
1# $NetBSD: sh.mk,v 1.3 2022/01/23 16:09:38 rillig Exp $
2#
3# Tests for running shell commands from the targets, or from the != variable
4# assignment operator or the :sh variable modifier.
5#
6# See also:
7#	var-op-shell.mk		for the assignment operator '!='
8
9# TODO: Implementation
10
11all:
12	@:;
13