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 target5# to be made.67ignored: .NOTMAIN8 : ${.TARGET}
910all:
11 : ${.TARGET}
12