]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/depsrc-notmain.mk
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / depsrc-notmain.mk
1 # $NetBSD: depsrc-notmain.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
2 #
3 # Tests for the special source .NOTMAIN in dependency declarations,
4 # which prevents the associated target from becoming the default target
5 # to be made.
6
7 ignored: .NOTMAIN
8         : ${.TARGET}
9
10 all:
11         : ${.TARGET}