xref: /freebsd/contrib/bmake/unit-tests/opt-var-expanded.mk (revision 3d265fce43746c293ae826e9603adbfe09f93cf6)
1# $NetBSD: opt-var-expanded.mk,v 1.3 2020/08/23 14:28:04 rillig Exp $
2#
3# Tests for the -v command line option.
4
5VAR=	other ${VALUE} $$$$
6VALUE=	value
7