]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/unit-tests/qequals
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / bmake / unit-tests / qequals
1 # $Id: qequals,v 1.1.1.1 2008/03/31 00:13:05 sjg Exp $
2
3 M= i386
4 V.i386= OK
5 V.$M ?= bug
6
7 all:
8         @echo 'V.$M ?= ${V.$M}'