aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/deptgt-ignore.mk
blob: 49c14d2cfd43f25488725c136eb07b5f5241c4fd (plain) (blame)
1
2
3
4
5
6
7
8
9
# $NetBSD: deptgt-ignore.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
#
# Tests for the special target .IGNORE in dependency declarations, which
# does not stop if a command from this target exits with a non-zero status.

# TODO: Implementation

all:
	@:;