blob: cff2db4b9a2157c70e27e96753691ec045e2b5ee (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: varname-dot-make-expand_variables.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the special .MAKE.EXPAND_VARIABLES variable.
# TODO: Implementation
all:
@:;
|