]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / suffixes / src_wild2 / Makefile
1 # $FreeBSD$
2 #
3 # Source expansion with the source in a macro
4 #
5
6 SRC=*.a
7
8 test1:  TEST1.b
9         cat TEST1.a TEST2.a | diff -u - TEST1.b
10
11 TEST1.b: ${SRC}
12         cat ${.ALLSRC} >${.TARGET}