xref: /freebsd/contrib/bmake/unit-tests/deptgt-suffixes.mk (revision 2ccf8a827cce7e34e2063a3d33e5cce4b79799cc)
1# $NetBSD: deptgt-suffixes.mk,v 1.3 2020/08/28 04:05:35 rillig Exp $
2#
3# Tests for the special target .SUFFIXES in dependency declarations.
4#
5# See also:
6#	varname-dot-includes.mk
7#	varname-dot-libs.mk
8
9.MAKEFLAGS: -dg1
10
11.SUFFIXES: .custom-null
12
13# TODO: What is the effect of this? How is it useful?
14.NULL: .custom-null
15.PATH.custom-null: . ..
16
17all:
18	@:;
19