xref: /freebsd/contrib/bmake/unit-tests/deptgt-end.mk (revision 2ccf8a827cce7e34e2063a3d33e5cce4b79799cc)
1# $NetBSD: deptgt-end.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
2#
3# Tests for the special target .END in dependency declarations,
4# which is run after making the desired targets.
5
6.BEGIN:
7	: $@
8
9.END:
10	: $@
11
12all:
13	: $@
14