xref: /freebsd/contrib/bmake/unit-tests/sh.mk (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
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