xref: /freebsd/contrib/bmake/unit-tests/depsrc-notmain.mk (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
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
7ignored: .NOTMAIN
8	: ${.TARGET}
9
10all:
11	: ${.TARGET}
12