aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/depsrc-notmain.mk
blob: 7ba572be70877e6f488968ac331f77c68bcfa237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: depsrc-notmain.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
#
# Tests for the special source .NOTMAIN in dependency declarations,
# which prevents the associated target from becoming the default target
# to be made.

ignored: .NOTMAIN
	: ${.TARGET}

all:
	: ${.TARGET}