1 1.3 rillig # $NetBSD: dep-wildcards.mk,v 1.3 2020/09/08 05:33:05 rillig Exp $ 2 1.1 rillig # 3 1.2 rillig # Tests for wildcards such as *.c in dependency declarations. 4 1.1 rillig 5 1.3 rillig all: ${.PARSEDIR}/dep-*.mk 6 1.3 rillig # The :T is necessary to run this test from another directory. 7 1.3 rillig # The :O is necessary since the result of the dependency resolution 8 1.3 rillig # does not order the directory entries itself. 9 1.3 rillig @printf '%s\n' ${.ALLSRC:T:O} 10