xref: /freebsd/contrib/bmake/unit-tests/depsrc.mk (revision e2eeea75eb8b6dd50c1298067a0655880d186734)
1# $NetBSD: depsrc.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
2#
3# Tests for special sources (those starting with a dot, followed by
4# uppercase letters) in dependency declarations, such as .PHONY.
5
6# TODO: Implementation
7
8# TODO: Test 'target: ${:U.SILENT}'
9
10all:
11	@:;
12