Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.3  rillig # $NetBSD: depsrc-notmain.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
      2  1.1  rillig #
      3  1.3  rillig # Tests for the special source .NOTMAIN in dependency declarations,
      4  1.3  rillig # which prevents the associated target from becoming the default target
      5  1.3  rillig # to be made.
      6  1.1  rillig 
      7  1.3  rillig ignored: .NOTMAIN
      8  1.3  rillig 	: ${.TARGET}
      9  1.1  rillig 
     10  1.1  rillig all:
     11  1.3  rillig 	: ${.TARGET}
     12