depsrc-phony.mk revision 1.3
11.3Srillig# $NetBSD: depsrc-phony.mk,v 1.3 2020/09/05 15:57:12 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.3Srillig${MAKEFILE}: .PHONY
91.3Srillig	: ${.TARGET:T} is made.
10