]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unit-tests/deptgt-end.mk
Import bmake-20200902
[FreeBSD/FreeBSD.git] / unit-tests / deptgt-end.mk
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
12 all:
13         : $@