aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/var-scope.mk
blob: cbbcea526d5426d9c4b5020ac4b1b9d1d87b1c58 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $NetBSD: var-scope.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
#
# Tests for the different variable scopes (local, command-line, global,
# environment), and which of them takes precedence over the others.

# TODO: Implementation

all:
	@:;