xref: /freebsd/contrib/bmake/unit-tests/opt-var-expanded.mk (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
1# $NetBSD: opt-var-expanded.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
2#
3# Tests for the -v command line option.
4
5.MAKEFLAGS: -v VAR -v VALUE
6
7VAR=	other ${VALUE} $$$$
8VALUE=	value
9