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