]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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}