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