]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/directive-endfor.mk
less: upgrade to v581.
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / directive-endfor.mk
1 # $NetBSD: directive-endfor.mk,v 1.1 2020/12/30 14:50:08 rillig Exp $
2 #
3 # Test for the directive .endfor, which ends a .for loop.
4 #
5 # See also:
6 #       directive-for.mk
7
8 # An .endfor without a corresponding .for is a parse error.
9 .endfor