xref: /freebsd/contrib/bmake/unit-tests/dep-exclam.mk (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
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