xref: /freebsd/contrib/bmake/unit-tests/directive-endfor.mk (revision e32fecd0c2c3ee37c47ee100f169e7eb0282a873)
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
10