]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/deptgt-suffixes.mk
Update OpenZFS to 2.0.0-rc3-gfc5966
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / deptgt-suffixes.mk
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
17 all:
18         @:;