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