xref: /freebsd/contrib/bmake/unit-tests/deptgt-begin.mk (revision 2ccf8a827cce7e34e2063a3d33e5cce4b79799cc)
1# $NetBSD: deptgt-begin.mk,v 1.3 2020/08/29 17:34:21 rillig Exp $
2#
3# Tests for the special target .BEGIN in dependency declarations,
4# which is a container for commands that are run before any other
5# commands from the shell lines.
6
7.BEGIN:
8	: $@
9
10all:
11	: $@
12
13_!=	echo : parse time 1>&2
14