xref: /freebsd/contrib/bmake/unit-tests/opt-var-expanded.mk (revision 90ec6a30353aa7caaf995ea50e2e23aa5a099600)
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