mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
9 lines
240 B
Makefile
9 lines
240 B
Makefile
# $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:
|
|
@:;
|