10 lines
241 B
Makefile
10 lines
241 B
Makefile
# $NetBSD: var-class.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for the different variable classes (local, command-line, global,
|
|
# environment), and which of them takes precedence over the others.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|