xref: /freebsd/contrib/bmake/unit-tests/dep-exclam.mk (revision a7623790fb345e6dc986dfd31df0ace115e6f2e4)
1# $NetBSD: dep-exclam.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2#
3# Tests for the ! operator in dependency declarations, which always re-creates
4# the target, whether or not it is out of date.
5#
6# TODO: Is this related to OP_PHONY?
7# TODO: Is this related to OP_EXEC?
8# TODO: Is this related to OP_MAKE?
9
10# TODO: Implementation
11
12all:
13	@:;
14