11.4Srillig# $NetBSD: depsrc-phony.mk,v 1.4 2024/04/27 20:41:32 rillig Exp $
21.1Srillig#
31.3Srillig# Tests for the special source .PHONY in dependency declarations,
41.3Srillig# which executes the commands for the target even if a file of the same
51.3Srillig# name exists and would be considered up to date.
61.1Srillig
71.3Srillig# Without the .PHONY, this target would be "up to date".
81.4Srillig# expect: : depsrc-phony.mk is made.
91.3Srillig${MAKEFILE}: .PHONY
101.3Srillig	: ${.TARGET:T} is made.
11