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