]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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}