]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/deptgt-ignore.mk
Merge bmake-20201117
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / deptgt-ignore.mk
1 # $NetBSD: deptgt-ignore.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2 #
3 # Tests for the special target .IGNORE in dependency declarations, which
4 # does not stop if a command from this target exits with a non-zero status.
5
6 # TODO: Implementation
7
8 all:
9         @:;